C# 클래스 ScrewTurn.Wiki.PluginFramework.ContextInformation

Contains information about the Context of the page formatting.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
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