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

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

This class handles MLC document relation information and manages document memberships in MLC.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.MLCMLCDocuments

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

public class MLCDocuments : CSBase

The MLCDocuments type exposes the following members.

Constructors

  NameDescription
Public methodMLCDocuments
Initializes a new instance of the MLCDocuments class
Top
Methods

  NameDescription
Public methodAddMember(ConnectionId, SessionId, DocumentId, DocumentId)
Connects a document to a master MLC document.
Public methodAddMember(ConnectionId, SessionId, String, Int32, String)
Adds a member to a multi language cluster.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDocumentFromLanguage(ConnectionId, SessionId, DocumentId, String, Int32)
Returns id of the document and its category that represents a certain language version of a document.
Public methodGetDocumentFromLanguage(ConnectionId, SessionId, String, Int32, String)
Returns id of the document and its category that represents a certain language version of a document.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetMemberDocumentParent(ConnectionId, SessionId, DocumentId, Int32)
This method returns the document that would act as parent of a document if it should be in sync with a given master document. Optionally you can ask this method to move the document for you.
Public methodGetMemberDocumentParent(ConnectionId, SessionId, String, Int32, String)
This method returns the document that would act as parent of a document if it should be in sync with a given master document. Optionally you can ask this method to move the document for you.
Public methodGetMemberDocumentParent(ConnectionId, SessionId, DocumentId, Int32, Boolean, Boolean)
This method returns the document that would act as parent of a document if it should be in sync with a given master document. Optionally you can ask this method to move the document for you.
Public methodGetMemberStatus(ConnectionId, SessionId, DocumentId)
Retrieves the MLC status for an MLC member document.
Public methodGetMemberStatus(ConnectionId, SessionId, String, Int32, String)
Retrieves the MLC status for an MLC member document.
Public methodGetSiblingCollection(ConnectionId, SessionId, String, String, MLCDocumentsSiblingCollectionSortOrder, Boolean)
Returns data of a list of sibling documents that are part of an MLC.
Public methodGetSiblingCollection(ConnectionId, SessionId, String, String, MLCDocumentsSiblingCollectionSortOrder, Boolean, DateTime)
Returns data of a list of sibling documents that are part of an MLC.
Public methodGetSiblingCollection(ConnectionId, SessionId, String, String, MLCDocumentsSiblingCollectionSortOrder, Boolean, Int32, MLCDocumentsReturnedPTIDTypes)
Returns data of a list of sibling documents that are part of an MLC.
Public methodGetSiblingCollection(ConnectionId, SessionId, String, String, MLCDocumentsSiblingCollectionSortOrder, Boolean, DateTime, Int32, MLCDocumentsReturnedPTIDTypes)
Returns data of a list of sibling documents that are part of an MLC.
Public methodGetSiblings(ConnectionId, SessionId, DocumentId)
Retrieves a list of all sibling documents for an MLC member document.
Public methodGetSiblings(ConnectionId, SessionId, String, Int32, String)
Retrieves a list of all sibling documents for an MLC member document.
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, DocumentId)
Drops a member document from an MLC. Master documents cannot be dropped.
Public methodRemoveMember(ConnectionId, SessionId, String, Int32, String)
Drops a member document from an MLC. Master documents cannot be dropped.
Public methodToString (Inherited from Object.)
Top
See Also

Reference