Creates the file data source from a path.
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
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.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also