IContentStudioRequest Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

When implemented represents a Content Studio request

Namespace: ContentStudio.Site
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public interface IContentStudioRequest

The IContentStudioRequest type exposes the following members.

Properties

  NameDescription
Public propertyDocumentId
Gets the document id for the current request.
Public propertyDocumentRetrieveCacheDurationTimeout
Document Retrieve Cache Duration in seconds. If value is greater than 0, cache wille be used for retreiving documents. This value will affect delays in archive date and publish status.
Public propertyEditId
Gets the edit identifier.
Public propertyIsInAdmin
Gets a value that indicates whether the current user is logged on to Content Studio administration site.
Public propertyIsInCsEdit
Gets a value that indicates whether the current user is logged on to Content Studio Edit site.
Public propertyIsInWebView
Gets a value that indicates if the current user is logged on to Content Studio administration site, and that the current page is displayed in web view mode
Public propertyPresentationTemplateId
Gets the presentation template id for the current request.
Public propertyPreviewDate
Gets a value that is used in the web view to preview documents on another date.
Public propertyReferrerDocumentId
Gets the referrer document id for the current request.
Top
See Also

Reference