WebHandlerBase Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The WebHandlerBase type exposes the following members.

Properties

  Name Description
Protected property Application
Gets the current HTTP application state.
Public property CS_ConnectionId
Gets a value that uniquely identifies the current web site.
Public property CS_InsertedCategoryId
Gets a value containing the categoryid of the current document
Public property CS_InsertedDocumentId
Gets the document id for the current document, in a presentation template this is the presentated document.
Public property CS_IsInAdmin
Gets a value that indicates whether the current user is logged on to Content Studio admin site or not.
Public property CS_IsInPreView
Gets a value that tells if the current page is in preview mode
Public property CS_IsInWebView
Gets a value that indicates whether the current user is logged on to content studio admin and the content is displayd in web view.
Public property CS_PreviewDate
Gets a value that is used in the web-view to preview documents on another date. This value will be DateTime.MinValue if preview is not used.
Public property CS_QueryStringPrefix
Gets a value that defines the page identifier part of a query string. This value is also true for the id part of the ptid querystring member.
Public property CS_RootDocumentId
Gets a value that contains the root document id retrieved from a querystring.
Public property CS_RootPresentationTemplateId
Gets the root presentation template id retrieved from a querystring.
Public property CS_RootRefId
Gets the root referer document id retrieved from a querystring.
Public property CS_UserSessionId
Gets value that identifies the caller's session.
Public property CS_XHTML
Gets a value that tells if the current page is written in XHTML
Public property CS_XHTML_TRAIL
Gets a value that is a slash ("/") if the page uses X, otherwise it is an empty string.
Public property CS_XHTMLStrict
Gets a value that tells if the current page is written in XHTML 1.0 Strict Or XHTML 1.1.
Public property IsReusable
Used for webhandlers
Protected property Request
Gets the current HTTP request.
Protected property Response
Gets the current HTTP response.
Protected property Server
Gets the current HTTP server utility.
Protected property Session
Gets the current HTTP Session.
Protected property User
Gets the current HTTP response.
Top
See Also

Reference