Class FileDataSource

Info

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

public sealed class FileDataSource : IDataSource

Inheritance

objectFileDataSource

Implements

Inherited Members

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

DataType

Path

Gets the path to the file of the current data.

public string Path { get; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 English