C# Класс ScrewTurn.Wiki.LocalPageInfo

Represents a Local Page.
Наследование: System.PageInfo
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LocalPageInfo ( string fullName, IPagesStorageProviderV30 provider, System.DateTime creationDateTime, string file ) : System

Initializes a new instance of the PageInfo class.

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

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

Initializes a new instance of the PageInfo class.
public LocalPageInfo ( string fullName, IPagesStorageProviderV30 provider, System.DateTime creationDateTime, string file ) : System
fullName string The Full Name of the Page.
provider IPagesStorageProviderV30 The Pages Storage Provider that manages this Page.
creationDateTime System.DateTime The creation Date/Time.
file string The relative path of the file used for data storage.
Результат System