Click or drag to resize

IDeltaVItemAsync Methods

IT Hit WebDAV Classes Reference

The IDeltaVItemAsync type exposes the following members.

Methods
  NameDescription
Public methodCode exampleCopyToAsync
Creates a copy of this item with a new name in the destination folder.
(Inherited from IHierarchyItemAsync.)
Public methodCode exampleDeleteAsync
Deletes this item.
(Inherited from IHierarchyItemAsync.)
Public methodGetCommentAsync
Retrieves a brief comment about a file that is suitable for presentation to a user.
Public methodGetCreatorDisplayNameAsync
Retrieves display name of the user that created this item.
Public methodCode exampleGetPropertiesAsync
Gets values of all properties or selected properties for this item.
(Inherited from IHierarchyItemAsync.)
Public methodCode exampleGetPropertyNamesAsync
Gets names of all properties for this item.
(Inherited from IHierarchyItemAsync.)
Public methodCode exampleMoveToAsync
Moves this item to the destination folder under a new name.
(Inherited from IHierarchyItemAsync.)
Public methodSetCommentAsync
Sets a brief comment about a file that is suitable for presentation to a user.
Public methodSetCreatorDisplayNameAsync
Sets display name of the user that created this item.
Public methodCode exampleUpdatePropertiesAsync
Adds, modifies and removes properties for this item.
(Inherited from IHierarchyItemAsync.)
Top
See Also