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

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

The GetHTMLData type exposes the following members.

Properties

  Name Description
Protected property Application
Gets the current HTTP application state.
(Inherited from WebHandlerBase.)
Public property CS_ConnectionId
Gets a value that uniquely identifies the current web site.
(Inherited from WebHandlerBase.)
Public property CS_InsertedCategoryId
Gets a value containing the categoryid of the current document
(Inherited from WebHandlerBase.)
Public property CS_InsertedDocumentId
Gets the document id for the current document, in a presentation template this is the presentated document.
(Inherited from WebHandlerBase.)
Public property CS_IsInAdmin
Gets a value that indicates whether the current user is logged on to Content Studio admin site or not.
(Inherited from WebHandlerBase.)
Public property CS_IsInPreView
Gets a value that tells if the current page is in preview mode
(Inherited from WebHandlerBase.)
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.
(Inherited from WebHandlerBase.)
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.
(Inherited from WebHandlerBase.)
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.
(Inherited from WebHandlerBase.)
Public property CS_RootDocumentId
Gets a value that contains the root document id retrieved from a querystring.
(Inherited from WebHandlerBase.)
Public property CS_RootPresentationTemplateId
Gets the root presentation template id retrieved from a querystring.
(Inherited from WebHandlerBase.)
Public property CS_RootRefId
Gets the root referer document id retrieved from a querystring.
(Inherited from WebHandlerBase.)
Public property CS_UserSessionId
Gets value that identifies the caller's session.
(Inherited from WebHandlerBase.)
Public property CS_XHTML
Gets a value that tells if the current page is written in XHTML
(Inherited from WebHandlerBase.)
Public property CS_XHTML_TRAIL
Gets a value that is a slash ("/") if the page uses X, otherwise it is an empty string.
(Inherited from WebHandlerBase.)
Public property CS_XHTMLStrict
Gets a value that tells if the current page is written in XHTML 1.0 Strict Or XHTML 1.1.
(Inherited from WebHandlerBase.)
Public property IsReusable
Used for webhandlers
(Overrides WebHandlerBaseIsReusable.)
Protected property Request
Gets the current HTTP request.
(Inherited from WebHandlerBase.)
Protected property Response
Gets the current HTTP response.
(Inherited from WebHandlerBase.)
Protected property Server
Gets the current HTTP server utility.
(Inherited from WebHandlerBase.)
Protected property Session
Gets the current HTTP Session.
(Inherited from WebHandlerBase.)
Protected property User
Gets the current HTTP response.
(Inherited from WebHandlerBase.)
Top
See Also

Reference