MLCDocumentItemWriteXml Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Converts an object into its XML representation.

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

public void WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializableWriteXml(XmlWriter)
Exceptions

ExceptionCondition
NotImplementedException
See Also

Reference