DocumentVersionInformation Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Represents version information for a document and one of its content records.
Inheritance Hierarchy

SystemObject
  ContentStudio.DocumentDocumentVersionInformation

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

[SerializableAttribute]
public class DocumentVersionInformation

The DocumentVersionInformation type exposes the following members.

Properties

  NameDescription
Public propertyContentId
Gets the internal identifier of a document content.
Public propertyContentVersion
Gets the version of the document content.
Public propertyDocumentId
Gets the document id.
Public propertyDocumentVersion
Gets the version of the document as a nemeric value.
Public propertyElementVersion
Gets the version of the document element.
Public propertyOriginalContentVersion
Gets the content version as a base-64 encoded string.
Public propertyOriginalDocumentVersion
Gets the version of the entire document as a base-64 encoded string.
Public propertyOriginalElementVersion
Gets the element version as a base-64 encoded string.
Public propertyVersionNumber
Gets the versionnumber of the document's content.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodToXml
Returns the xml representation of this DocumentVersionInformation.
Public methodWriteXml
Writes the xml representation of this DocumentVersionInformation to the supplied XmlWriter.
Top
Remarks

This class was added in Content Studio version 5.6

This class is by document editor implementations to detect any changes made to the document by another instance.

See Also

Reference