ContentStudioContext Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Encapsulates Content Studio-specific information about an individual HTTP request.
Inheritance Hierarchy

SystemObject
  ContentStudio.SiteContentStudioContext

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

public static class ContentStudioContext

The ContentStudioContext type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberIsRunningUnderIISExpress
Gets a value indicating whether this instance is running under IIS express.
Public propertyStatic memberRequest
Gets the request.
Public propertyStatic memberUserSession
Gets the user session.
Top
Methods

  NameDescription
Public methodStatic memberCloseUserSession
Closes the user session for the current http request and sets the sessionId to AnonymousSessionId. This method will also empty all cookies and cache dependencis for the user session.
Top
Fields

  NameDescription
Public fieldStatic memberCookieUserData
Defines a key to find user information cookie in Cookies.
Public fieldStatic memberCookieUserSession
Contains a key to find user session cookie in Cookies.
Public fieldStatic memberSessionCachePrefix
Contains a key prefix to find user session cache in Cache.
Top
See Also

Reference