Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dllCarrier object for VersionInfo.
An instance of this class represents information about one version of one document
Private metadata, owned by the document plugin. This set of metadata is related directly to the version that this VersioNinfo structure describes; metadata related to the document as a whole is retrieved using the SuperOffice.CRM.Documents.IDocumentPlugin2.LoadMetaData method. The string should be formatted like a query string, i.e., name1=value1&name2=value2… - this format, instead of a string/string dictionary avoids serialization problems, even though it is somewhat less efficient
The document plugin’s version id that uniquely identifies one version of a document. If versioning is not supported, this will be blank. When versioning is supported, blank values imply the latest checked-in version.