FileDataSourceFactoryGetFileFormatMatchCore Method

Spotfire 14.3 API Reference
Override this method to return the file format match.

Namespace:  Spotfire.Dxp.Data.Import
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
protected abstract int GetFileFormatMatchCore(
	string fileName
)

Parameters

fileName
Type: SystemString
File name.

Return Value

Type: Int32
A value between 0 and 100 indicating the file format match, where 0 is no match and 100 is perfect match.
Remarks

Implementations of this method must not throw any exceptions.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference