The IFileAsync type exposes the following members.
Name | Description | |
---|---|---|
ActiveLocks | Array of item's lock descriptions. (Inherited from IHierarchyItemAsync.) | |
AllowWriteStreamBuffering |
Gets or sets a value that indicates whether to buffer the data sent to server.
(Inherited from IConnectionSettingsAsync.) | |
CheckedOut | Provides information whether item is in checked-in or checked-out state. | |
ContentLength |
Length of the file content.
(Inherited from IItemContentAsync.) | |
ContentType |
Content type of the file.
(Inherited from IItemContentAsync.) | |
CreationDate |
The date item was created.
(Inherited from IHierarchyItemAsync.) | |
DisplayName | User friendly item name. (Inherited from IHierarchyItemAsync.) | |
Etag |
Gets entity tag - string that identifies current state of file's content.
(Inherited from IItemContentAsync.) | |
Href |
This item path on the server.
(Inherited from IHierarchyItemAsync.) | |
ItemType |
Type of the item (File, Folder, Version or VersionHistory)
(Inherited from IHierarchyItemAsync.) | |
LastModified |
Most recent modification date.
(Inherited from IHierarchyItemAsync.) | |
Properties |
Custom properties retrieved by GetChildrenAsync(Boolean, PropertyName) call.
(Inherited from IHierarchyItemAsync.) | |
ResumableUpload |
Returns instance of IResumableUploadAsync to manage partially failed uploads.
(Inherited from IItemContentAsync.) | |
SendChunked |
Gets or sets a value that indicates whether to send data in segments.
(Inherited from IConnectionSettingsAsync.) | |
SupportedLock | Lock types supported by the item. (Inherited from IHierarchyItemAsync.) | |
TimeOut |
Sets and gets time-out in milliseconds.
(Inherited from IConnectionSettingsAsync.) | |
VersionControlled | Provides information whether item is under version control. |