The FileVer class represents a single file version.
|  Clone | Creates a copy of the object. | 
|  CloneFrom | Copies the content to this object from another object. | 
|  ConvertToLatestVersion | Sets this file version to represent the latest version of the file. The ID part remains intact. | 
|  EqualTo | Checks for equality to the specified object. | 
|  EqualToIgnoreVersion | Checks for equality to the specified object while ignoring the version part. | 
|  IsLatest | Specifies whether this file represents the latest version. | 
|  IsSpecific | Specifies whether this file version represents a specific version. | 
|  SetLatestExternalRepositoryFileVersion | Sets the file version to represent the latest version of the file in an external repository. | 
|  SetLatestVersion | Sets the file version to represent the latest version of the file. | 
|  SetSpecificExternalRepositoryFileVersion | Sets the file version to represent a specific version of the file in an external repository. | 
|  SetSpecificExternalRepositoryFileVersionString | Sets the file version to represent a specific version of the file in an external repository. | 
|  SetSpecificVersion | Sets the file version to represent a specific version of the file. | 
|  ExternalRepositoryFileID | The external repository identifier of the file. | 
|  ExternalRepositoryFileVersionID | The external repository version identifier of the file. | 
|  ExternalRepositoryFileVersionSortKey | The sort key for the external repository version. | 
|  ExternalRepositoryFileVersionSortKeyAsString | The sort key for the external repository version. | 
|  ID | The ID part of the file version. | 
|  Type | The file version type. | 
|  Version | The version part of the file version. | 
The file version identifies a specific version of a file in a document vault. The file version object includes the ID and the version number of the file.
The file version does not depend on the version number of the host object.