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

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

Returns the xml representation of this DocumentVersionInformation.

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

public string ToXml()

Return Value

Type: String
The xml representation
<DocumentVersionInformation
    documentId="Integer value"
    contentId="Guid value"
    versionNumber="Integer value"
    originalElementVersion="Base64 encoded value"
    originalContentVersion="Base64 encoded value"
    originalDocumentVersion="Base64 encoded value"
    elementVersion="Int64 value"
    contentVersion="Int64 value"
    documentVersion="Double value"
/>
See Also

Reference