C# Class AODL.Document.TextDocuments.DocumentConfiguration2

DocumentConfiguration2 represent the Configuration2 file.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Properties

Property Type Description
FolderName string

Public Methods

Method Description
DocumentConfiguration2 ( ) : System

Initializes a new instance of the DocumentConfiguration2 class.

Load ( string filename ) : void

Loads the specified filename.

Method Details

DocumentConfiguration2() public method

Initializes a new instance of the DocumentConfiguration2 class.
public DocumentConfiguration2 ( ) : System
return System

Load() public method

Loads the specified filename.
public Load ( string filename ) : void
filename string The filename.
return void

Property Details

FolderName public static property

The folder name.
public static string FolderName
return string