The IHierarchyItemAsync type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyToAsync(IFolderAsync, String, Boolean, Boolean) |
Copies this item to destination folder.
| |
| CopyToAsync(IFolderAsync, String, Boolean, Boolean, LockUriTokenPair) |
Copies this item to destination folder.
| |
| DeleteAsync |
Deletes this item.
| |
| DeleteAsync(String) |
Deletes this item.
| |
| DeleteAsync(LockUriTokenPair) |
Deletes this item.
| |
| GetActiveLocksAsync | Obsolete.
Retrieves lock information about this item.
| |
| GetAllPropertiesAsync |
Retrieves all custom properties exposed by the item.
| |
| GetCommentAsync |
Brief comment about an item that is suitable for presentation to a user.
| |
| GetCreatorDisplayNameAsync |
Contains a description of the creator of the item that is suitable for presentation to a user.
| |
| GetParentAsync |
Retrieves parent hierarchy item of this item.
| |
| GetPropertyNamesAsync |
Returns names of all custom properties exposed by this item.
| |
| GetPropertyValuesAsync |
Retrieves values of specific properties.
| |
| GetSourceAsync |
Retrieves media type independent links.
| |
| GetSupportedLockAsync | Obsolete. Retrieves information about supported locks. | |
| LockAsync |
Locks the item.
| |
| MoveToAsync(IFolderAsync, String, Boolean) |
Moves this item to another location.
| |
| MoveToAsync(IFolderAsync, String, Boolean, LockUriTokenPair) |
Moves this item to another location.
| |
| RefreshAsync |
Rereads item properties from server.
| |
| RefreshLockAsync |
Prolongs the lock.
| |
| SetCommentAndAuthorAsync(String, String) |
Updates comment and author information.
| |
| SetCommentAndAuthorAsync(String, String, String) |
Updates comment and author information.
| |
| SupportedFeaturesAsync |
Gets the information about functionality supported by server (Class 1, Class 2 and so on).
| |
| UnlockAsync |
Removes the lock.
| |
| UpdatePropertiesAsync(Property, PropertyName) |
Updates values of properties exposed by this item.
| |
| UpdatePropertiesAsync(Property, PropertyName, String) |
Updates values of properties exposed by this item.
|