Document.Version
Overview
Gets or sets the version number of document.
string myDocument.Version { get; set; }
Remarks
Version number formatted as "Major"."Minor"."Revision"
Example
Updating version number
var doc = $Documents.Get(id);
doc.Version = '2.5.3';
Copyright © 2010 - 2023 Emakin. All rights reserved.