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

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

Writes the xml representation of this DocumentVersionInformation to the supplied XmlWriter.

Namespace: ContentStudio.Document
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 writer.
Exceptions

ExceptionCondition
ArgumentNullExceptionThe writer was null
Remarks

For syntax see the ToXml method.
See Also

Reference