GetVersionNumber method
Retrieves a version number that represents the number of changes in a markup container's content.
Syntax
long retVal = object.GetVersionNumber();
Parameters
This method has no parameters.
Remarks
Version numbers are not an absolute measure of changes made to a markup container. They are meant only for comparison purposes, to indicate whether changes have been made to a markup container.
Show: