Class FileData

Info

Represents file data for load and save operations.

public sealed class FileData : IData

Inheritance

objectFileData

Implements

Inherited Members

Constructors

FileData(string)

Initializes new file data source with the specified path.

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