Creates the file data source from a path.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 55.0.17008.5965 (55.0.17008.5965)
Syntax
C#
public DataSource CreateFileDataSource( string filePath )
Parameters
- filePath
- Type: SystemString
The path of the file from which to read data.
Return Value
Type: DataSourceA data source.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If the file pointed out by filePath cannot be read by any data source currently defined in the application. |
Version Information
Supported in: 11.8, 11.7, 11.6, 11.5, 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also