C# Class ScrewTurn.Wiki.PluginFramework.ContextInformation

Contains information about the Context of the page formatting.
Mostrar archivo Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
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.

Method Details

ContextInformation() public method

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).
return System