Click or drag to resize
DocumentVersion Class
Document version info
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDocumentVersion

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class DocumentVersion

The DocumentVersion type exposes the following members.

Constructors
  NameDescription
Public methodDocumentVersion
Initializes a new instance of the DocumentVersion class
Top
Properties
  NameDescription
Public propertyMajor
Major version of the document.
Public propertyMinor
Minor version of the document.
Top
Remarks