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

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

Represents a Content Studio web site.
Inheritance Hierarchy

SystemObject
  ContentStudioSiteContext

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

public class SiteContext

The SiteContext type exposes the following members.

Constructors

  NameDescription
Public methodSiteContext(ConnectionId)
Initializes a new instance of the SiteContext class.
Public methodSiteContext(ConnectionId, IPluginManager)
Initializes a new instance of the SiteContext class.
Top
Properties

  NameDescription
Public propertyConnectionId
Gets the connection id representing this web site.
Public propertyPluginManager
Gets the plugin manager.
Public propertyVirtualPathAdapter
Gets the virtual path adapter.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class was added in Content Studio version 5.3
See Also

Reference