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

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

Defines an object that holds information about a Content Studio MLC:ed document
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.MLCMLCDocumentItem

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

public class MLCDocumentItem : IXmlSerializable

The MLCDocumentItem type exposes the following members.

Constructors

  NameDescription
Public methodMLCDocumentItem
Initializes a new instance of the MLCDocumentItem class
Top
Properties

  NameDescription
Public propertyCategoryId
Gets the id of the Mlc document's category.
Public propertyDocumentId
Gets the id of the Mlc document.
Public propertyExists
Gets a value indicating whether this MLCDocumentItem represents an existing and connected Mlc document.
Public propertyIsMasterDocument
Gets a value indicating whether this instance is master document.
Public propertyLanguage
Gets an object that contains informantion about the document's Mlc language.
Public propertyPublishStatus
Gets the publish status of the document.
Top
Methods

  NameDescription
Public methodStatic memberCreate
Creates of the MLCDocumentItem class using the specified XmlReader that reads its xml representation.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSchema
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadXml
Generates an object from its XML representation.
Public methodToString (Inherited from Object.)
Public methodWriteXml
Converts an object into its XML representation.
Top
Remarks

This class was introduced in Content Studio version 5.5
See Also

Reference