C# Класс AODL.Document.TextDocuments.DocumentConfiguration2

DocumentConfiguration2 represent the Configuration2 file.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FolderName string

Открытые методы

Метод Описание
DocumentConfiguration2 ( ) : System

Initializes a new instance of the DocumentConfiguration2 class.

Load ( string filename ) : void

Loads the specified filename.

Описание методов

DocumentConfiguration2() публичный Метод

Initializes a new instance of the DocumentConfiguration2 class.
public DocumentConfiguration2 ( ) : System
Результат System

Load() публичный Метод

Loads the specified filename.
public Load ( string filename ) : void
filename string The filename.
Результат void

Описание свойств

FolderName публичное статическое свойство

The folder name.
public static string FolderName
Результат string