MLCDocumentStatusInformation Structure Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Defines MLC status information for an MLC document. This object is used with the GetDocumentInformation(ConnectionId, SessionId, DocumentId) method.

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

public struct MLCDocumentStatusInformation

The MLCDocumentStatusInformation type exposes the following members.

Constructors

  NameDescription
Public methodMLCDocumentStatusInformation
Creates a new instance of the MLCDocumentInformation structure and loads its information from the supplied XmlReader.
Top
Properties

  NameDescription
Public propertyIsMlcDocument
Gets a value that indicates whether the document is an MLC document or not.
Public propertyLanguageCode
Gets the name of the document's MLC language code (e.g. no)
Public propertyLanguageID
Gets the MLC language id of the document.
Public propertyLanguageName
Gets the name of the document's MLC language (e.g. Norwegian - Bokmål)
Public propertyMasterDocumentID
Gets the id of the MLC master document
Public propertyMasterDocumentName
Gets the name of the the MLC master document.
Public propertyMasterID
Gets the id of the MLC master category
Public propertyRole
Gets the MLC role of the document.
Top
Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string representation of the object's data.
(Overrides ValueTypeToString.)
Top
See Also

Reference