The IVersion type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | ActiveLocks | Array of item's lock descriptions.(Inherited from IHierarchyItem.) | 
|   | ContentLength | 
            Length of the file content.
            (Inherited from IItemContent.) | 
|  | ContentType | 
            Content type of the file.
            (Inherited from IItemContent.) | 
|  | CreationDate | 
            The date item was created.
            (Inherited from IHierarchyItem.) | 
|  | DisplayName | User friendly item name.(Inherited from IHierarchyItem.) | 
|  | Etag | 
            Gets entity tag - string that identifies current state of file's content. 
            (Inherited from IItemContent.) | 
|  | Href | 
            This item path on the server.
            (Inherited from IHierarchyItem.) | 
|  | ItemType | 
            Type of the item (File, Folder, Version or VersionHistory)
            (Inherited from IHierarchyItem.) | 
|  | LastModified | 
            Most recent modification date.
            (Inherited from IHierarchyItem.) | 
|   | Properties | 
            Custom properties retrieved by [!:IFolder.GetChildrenAsync(bool, PropertyName[])] call.
            (Inherited from IHierarchyItem.) | 
|  | ResumableUpload | 
             Returns instance of IResumableUpload to manage partially failed uploads.
            (Inherited from IItemContent.) | 
|  | SupportedLock | Lock types supported by the item.(Inherited from IHierarchyItem.) | 
|   | VersionName | 
            Name of the version.
             | 
 See Also
See Also