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

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

This class provides access to the global settings in Content Studio.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudioSettingManager

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

public sealed class SettingManager : CSBase

The SettingManager type exposes the following members.

Constructors

  NameDescription
Public methodSettingManager
Initializes a new instance of the SettingManager class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetSetting(ConnectionId, SessionId, String)
Gets the details of a setting or a list of all settings as an XML document.
Public methodGetSetting(ConnectionId, SessionId, String, Int32, String)
Gets the details of a setting or a list of all settings as an XML document.
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodSettingValue(ConnectionId, SessionId, String)
Returns the value of a global Content Studio setting as a string.
Public methodSettingValue(ConnectionId, SessionId, String, Type)
Returns the value of a global Content Studio setting as a certain data type.
Public methodSettingValue(ConnectionId, SessionId, String, Int32, String)
Returns the value of a global Content Studio setting as a certain data type.
Public methodToString (Inherited from Object.)
Public methodWriteSetting(ConnectionId, SessionId, String, String)
Updates a global Content Studio setting.
Public methodWriteSetting(ConnectionId, SessionId, String, Int32, String)
Updates a global Content Studio setting.
Top
Fields

  NameDescription
Public fieldStatic memberMAX_SETTING_NAME
The maximum length of a Content Studio setting name.
Public fieldStatic memberMAX_SETTING_VALUE
The maximum length of a Content Studio setting value
Top
See Also

Reference