C# Класс ScrewTurn.Wiki.PluginFramework.ContextInformation

Contains information about the Context of the page formatting.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ContextInformation ( bool forIndexing, bool forWysiwyg, FormattingContext context, System.PageInfo page, string language, HttpContext httpContext, string username, string groups ) : System

Initializes a new instance of the FormatContext class.

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

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

Initializes a new instance of the FormatContext class.
public ContextInformation ( bool forIndexing, bool forWysiwyg, FormattingContext context, System.PageInfo page, string language, HttpContext httpContext, string username, string groups ) : System
forIndexing bool A value indicating whether the formatting is being done for content indexing.
forWysiwyg bool A value indicating whether the formatting is being done for display in the WYSIWYG editor.
context FormattingContext The formatting context.
page System.PageInfo The Page Information, if any, null otherwise.
language string The current Thread's language (for example "en-US").
httpContext System.Web.HttpContext The current HTTP Context object.
username string The current User's Username (or null).
groups string The groups the user is member of (or null).
Результат System