Click or drag to resize

IFileAsync Properties

IT Hit WebDAV Classes Reference

The IFileAsync type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleActiveLocks
Array of item's lock descriptions.
(Inherited from IHierarchyItemAsync.)
Public propertyAllowWriteStreamBuffering
Gets or sets a value that indicates whether to buffer the data sent to server.
(Inherited from IConnectionSettingsAsync.)
Public propertyCode exampleCheckedOut
Provides information whether item is in checked-in or checked-out state.
Public propertyCode exampleContentLength
Length of the file content.
(Inherited from IItemContentAsync.)
Public propertyContentType
Content type of the file.
(Inherited from IItemContentAsync.)
Public propertyCreationDate
The date item was created.
(Inherited from IHierarchyItemAsync.)
Public propertyDisplayName
User friendly item name.
(Inherited from IHierarchyItemAsync.)
Public propertyEtag
Gets entity tag - string that identifies current state of file's content.
(Inherited from IItemContentAsync.)
Public propertyHref
This item path on the server.
(Inherited from IHierarchyItemAsync.)
Public propertyItemType
Type of the item (File, Folder, Version or VersionHistory)
(Inherited from IHierarchyItemAsync.)
Public propertyLastModified
Most recent modification date.
(Inherited from IHierarchyItemAsync.)
Public propertyCode exampleProperties (Inherited from IHierarchyItemAsync.)
Public propertyResumableUpload
Returns instance of IResumableUploadAsync to manage partially failed uploads.
(Inherited from IItemContentAsync.)
Public propertySendChunked
Gets or sets a value that indicates whether to send data in segments.
(Inherited from IConnectionSettingsAsync.)
Public propertySupportedLock
Lock types supported by the item.
(Inherited from IHierarchyItemAsync.)
Public propertyTimeOut
Sets and gets time-out in milliseconds.
(Inherited from IConnectionSettingsAsync.)
Public propertyCode exampleVersionControlled
Provides information whether item is under version control.
Top
See Also