CSDocumentInformationMLCProperties Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets MLC information about the current document.

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

public MLCDocumentStatusInformation MLCProperties { get; }

Property Value

Type: MLCDocumentStatusInformation
A instance of an MLCDocumentStatusInformation structure that contains MLC information about the document.
Exceptions

ExceptionCondition
CSException A business rule was violated in Content Studio.

  • 1001 - Session is invalid.
  • 1002 - Permission denied.
  • 1100 - The document does not exist.
InvalidOperationExceptionThe document is not created yet.
Remarks

This information is cached from the first time it was requested and does not reflect any changes made to the underlying data.
See Also

Reference