Class FileDataSource
Info
Represents file data for load and save operations of a plugin.
public sealed class FileDataSource : IDataSource
Inheritance
Implements
Inherited Members
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
FileDataSource(string)
Initializes new file data source with the specified path.
public FileDataSource(string path)
Parameters
path
string: A string representing the path to the source file.
Properties
DataType
Type of data source.
public DataType DataType { get; }
Property Value
Path
Gets the path to the file of the current data.
public string Path { get; }
Property Value
Namespace: Documentize Assembly: Documentize.dll