The IFileAsync type exposes the following members.
Name | Description | |
---|---|---|
CheckInAsync |
Creates new version.
| |
CheckInAsync(String) |
Creates new version.
| |
CheckOutAsync |
Allow modifications to the content and custom properties of this version-controlled resource.
| |
CheckOutAsync(String) |
Allow modifications to the content and custom properties of this version-controlled file.
| |
CopyToAsync(IFolderAsync, String, Boolean, Boolean) |
Copies this item to destination folder.
(Inherited from IHierarchyItemAsync.) | |
CopyToAsync(IFolderAsync, String, Boolean, Boolean, LockUriTokenPair) |
Copies this item to destination folder.
(Inherited from IHierarchyItemAsync.) | |
DeleteAsync |
Deletes this item.
(Inherited from IHierarchyItemAsync.) | |
DeleteAsync(String) |
Deletes this item.
(Inherited from IHierarchyItemAsync.) | |
DeleteAsync(LockUriTokenPair) |
Deletes this item.
(Inherited from IHierarchyItemAsync.) | |
DownloadAsync |
Downloads content of the file to a file specified by filename (Inherited from IItemContentAsync.) | |
GetActiveLocksAsync | Obsolete.
Retrieves lock information about this item.
(Inherited from IHierarchyItemAsync.) | |
GetAllPropertiesAsync |
Retrieves all custom properties exposed by the item.
(Inherited from IHierarchyItemAsync.) | |
GetAutoVersionAsync |
Determines how checked-in item responds to WebDAV client attempts to modify its content or properties.
| |
GetCommentAsync |
Brief comment about an item that is suitable for presentation to a user.
(Inherited from IHierarchyItemAsync.) | |
GetCreatorDisplayNameAsync |
Contains a description of the creator of the item that is suitable for presentation to a user.
(Inherited from IHierarchyItemAsync.) | |
GetCurrentVersionAsync | Current item version. Null, if item is not under version control. | |
GetParentAsync |
Retrieves parent hierarchy item of this item.
(Inherited from IHierarchyItemAsync.) | |
GetPropertyNamesAsync |
Returns names of all custom properties exposed by this item.
(Inherited from IHierarchyItemAsync.) | |
GetPropertyValuesAsync |
Retrieves values of specific properties.
(Inherited from IHierarchyItemAsync.) | |
GetReadStreamAsync |
Loads content of the file from WebDAV server.
(Inherited from IItemContentAsync.) | |
GetReadStreamAsync(Int64, Int64) |
Loads part of the content of the file from WebDAV server.
(Inherited from IItemContentAsync.) | |
GetReadStreamAsync(Int64, Int64, DateTime) |
Loads part of the content of the file from WebDAV server using lastModifiedUtc
to ensure the content is up-to-date.
(Inherited from IItemContentAsync.) | |
GetReadStreamAsync(Int64, Int64, String) |
Loads part of the content of the file from WebDAV server using eTag to
ensure the content is up-to-date.
(Inherited from IItemContentAsync.) | |
GetSourceAsync |
Retrieves media type independent links.
(Inherited from IHierarchyItemAsync.) | |
GetSupportedLockAsync | Obsolete. Retrieves information about supported locks. (Inherited from IHierarchyItemAsync.) | |
GetVersionsAsync | Retrieves list of all versions for this file. | |
GetWriteStreamAsync(Int64) |
Saves file's content to WebDAV server.
(Inherited from IItemContentAsync.) | |
GetWriteStreamAsync(String, Int64) |
Saves file's content to WebDAV server.
(Inherited from IItemContentAsync.) | |
GetWriteStreamAsync(String, Int64, String) |
Saves files's content to WebDAV server.
(Inherited from IItemContentAsync.) | |
IsCheckedOutAsync | Obsolete. Determines whether item is in checked-in or checked-out state. | |
IsVersionControlledAsync | Obsolete. Determines whether item is under version control. | |
LockAsync |
Locks the item.
(Inherited from IHierarchyItemAsync.) | |
MoveToAsync(IFolderAsync, String, Boolean) |
Moves this item to another location.
(Inherited from IHierarchyItemAsync.) | |
MoveToAsync(IFolderAsync, String, Boolean, LockUriTokenPair) |
Moves this item to another location.
(Inherited from IHierarchyItemAsync.) | |
PutUnderVersionControlAsync(Boolean) | Enables / disables version control for this file. | |
PutUnderVersionControlAsync(Boolean, String) |
Enables / disables version control for this file.
| |
RefreshAsync |
Rereads item properties from server.
(Inherited from IHierarchyItemAsync.) | |
RefreshLockAsync |
Prolongs the lock.
(Inherited from IHierarchyItemAsync.) | |
SetAutoVersionAsync(AutoVersion) |
Sets how checked-in item responds to WebDAV client attempts to modify its content or properties.
| |
SetAutoVersionAsync(AutoVersion, String) |
Sets how checked-in item responds to WebDAV client attempts to modify its content or properties.
| |
SetCommentAndAuthorAsync(String, String) |
Updates comment and author information.
(Inherited from IHierarchyItemAsync.) | |
SetCommentAndAuthorAsync(String, String, String) |
Updates comment and author information.
(Inherited from IHierarchyItemAsync.) | |
SupportedFeaturesAsync |
Gets the information about functionality supported by server (Class 1, Class 2 and so on).
(Inherited from IHierarchyItemAsync.) | |
UnCheckOutAsync |
Cancels the CHECKOUT and restore the pre-CHECKOUT state of the version-controlled file.
| |
UnCheckOutAsync(String) |
Cancels the CHECKOUT and restore the pre-CHECKOUT state of the version-controlled resource.
| |
UnlockAsync |
Removes the lock.
(Inherited from IHierarchyItemAsync.) | |
UpdatePropertiesAsync(Property, PropertyName) |
Updates values of properties exposed by this item.
(Inherited from IHierarchyItemAsync.) | |
UpdatePropertiesAsync(Property, PropertyName, String) |
Updates values of properties exposed by this item.
(Inherited from IHierarchyItemAsync.) | |
UpdateToVersionAsync(IVersionAsync) |
Updates content and dead properties of item to those identified by version.
| |
UpdateToVersionAsync(IVersionAsync, String) |
Updates content and dead properties of item to those identified by version.
| |
UploadAsync(String) |
Uploads content of a file specified by filename to the server
(Inherited from IItemContentAsync.) | |
UploadAsync(String, String) |
Uploads content of a file specified by filename to the server
(Inherited from IItemContentAsync.) |