FileDataSource class

FileDataSource class

Represents file data source for load and save operations of a plugin.

The FileDataSource type exposes the following members:

Constructors

NameDescription
FileDataSource(path)Initializes a new instance of the FileDataSource class

Properties

NameDescription
data_typeType of data source (file).
pathGets the path to the file of the current data source.

See Also