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

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

Creates a new instance of the MLCDocumentInformation structure and loads its information from the supplied XmlReader.

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

public MLCDocumentStatusInformation(
	XmlReader xReader
)

Parameters

xReader
Type: System.XmlXmlReader
An XmlReader that contains the Xml received from a call to the GetMemberStatus(ConnectionId, SessionId, DocumentId) method.
See Also

Reference