Skip to content

Version

Gets or sets the version number of document.

1
 string myDocument.Version

Remarks

Version number formatted as "Major"."Minor"."Revision"

Updating version number

1
2
var doc = $Documents.Get(id);
doc.Version = '2.5.3';