FileVersion
Represents version information for a file in the document management system.
This class encapsulates version numbering and timing information for a file. It uses a major.minor version numbering scheme and tracks when the version was created.
Properties
Name | Description |
---|---|
Minor | Gets or sets the minor version number of the file. |
Major | Gets or sets the major version number of the file. |
VersionDate | Gets or sets the date and time when this version was created. |