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

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

Contains MLC sibling information for an MLC document. This structure is used with the GetMLCSiblingInformation(ConnectionId, SessionId, DocumentId, String, Int32) method.

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

public struct MLCSiblingInformation

The MLCSiblingInformation type exposes the following members.

Constructors

  NameDescription
Public methodMLCSiblingInformation
Creates a new instance of the MLCSiblingInformation structure and loads its information from the supplied XmlReader object.
Top
Properties

  NameDescription
Public propertyCategoryID
Gets the id of the sibling document category
Public propertyDocumentID
Gets the id of the sibling 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 this object's data.
(Overrides ValueTypeToString.)
Top
See Also

Reference