Class DirectoryData

Info

Represents directory data for load and save operations.

public sealed class DirectoryData : IData

Inheritance

objectDirectoryData

Implements

Inherited Members

Constructors

DirectoryData(string)

Initializes new directory data with the specified path.

public DirectoryData(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