Class DirectoryDataSource

Info

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

public sealed class DirectoryDataSource : IDataSource

Inheritance

objectDirectoryDataSource

Implements

Inherited Members

Constructors

DirectoryDataSource(string)

Initializes new directory data with the specified path.

public DirectoryDataSource(string path)

Parameters

  • path string: A string representing the path to the directory.

Properties

DataType

Type of data source.

public DataType DataType { get; }

Property Value

DataType

Path

Gets the path to the directory of the current data.

public string Path { get; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 English