The IFile type exposes the following members.
Name | Description | |
---|---|---|
ActiveLocks | Array of item's lock descriptions. (Inherited from IHierarchyItem.) | |
CheckedOut | Provides information whether item is in checked-in or checked-out state. | |
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.) | |
VersionControlled | Provides information whether item is under version control. |