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

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

This class handles definitions for the MLC subsystem.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.MLCMLC

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

public class MLC : CSBase

The MLC type exposes the following members.

Constructors

  NameDescription
Public methodMLC
Initializes a new instance of the MLC class
Top
Methods

  NameDescription
Public methodAddMember(ConnectionId, SessionId, CategoryId, CategoryId, Int32)
Adds a member to a multi language cluster.
Public methodAddMember(ConnectionId, SessionId, String, Int32, String)
Adds a member to a multi language cluster.
Public methodCreate(ConnectionId, SessionId, CategoryId, Int32)
Creates a new multi language cluster.
Public methodCreate(ConnectionId, SessionId, String, Int32, String)
Creates a new multi language cluster.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLanguages(ConnectionId, SessionId, String)
Lists all available MLC languages with optional translation of language names. If you supply a valid language short-string in the PreferredLanguage parameter the procedure will attempt to translate the language names into this language. If no valid translation could be found the default language name (English) will be used.
Public methodGetLanguages(ConnectionId, SessionId, String, Int32, String)
Lists all available MLC languages with optional translation of language names. If you supply a valid language short-string in the PreferredLanguage parameter the procedure will attempt to translate the language names into this language. If no valid translation could be found the default language name (English) will be used.
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetList(ConnectionId, SessionId)
Retrieves a list of all available MLC on the site.
Public methodGetList(ConnectionId, SessionId, String, Int32, String)
Retrieves a list of all available MLC on the site.
Public methodGetMembers(ConnectionId, SessionId, CategoryId)
List all members categories in a multi language cluster - MLC.
Public methodGetMembers(ConnectionId, SessionId, String, Int32, String)
List all members categories in a multi language cluster - MLC.
Public methodGetMemberStatus(ConnectionId, SessionId, CategoryId)
Retrieves the MLC status for an MLC member (category).
Public methodGetMemberStatus(ConnectionId, SessionId, String, Int32, String)
Retrieves the MLC status for an MLC member (category).
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodRemoveMember(ConnectionId, SessionId, CategoryId)
Drops a member from a multi language cluster.
Public methodRemoveMember(ConnectionId, SessionId, String, Int32, String)
Drops a member from a multi language cluster.
Public methodSetLanguage(ConnectionId, SessionId, CategoryId, Int32)
Changes the language of a MLC master or member.
Public methodSetLanguage(ConnectionId, SessionId, String, Int32, String)
Changes the language of a MLC master or member.
Public methodToString (Inherited from Object.)
Top
See Also

Reference