Click or drag to resize

IVersionableItemAsync Methods

IT Hit WebDAV Classes Reference

The IVersionableItemAsync type exposes the following members.

Methods
  NameDescription
Public methodCheckInAsync
Creates new version. Copies all properties and content from this item.
Public methodCheckOutAsync
Allow modifications to the content and properties of this version-controlled item.
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 methodGetAutoVersionAsync
Retrieves property which determines how checked-in item responds to WebDAV client attempts to modify its content or properties.
Public methodGetCommentAsync
Retrieves a brief comment about a file that is suitable for presentation to a user.
(Inherited from IDeltaVItemAsync.)
Public methodGetCreatorDisplayNameAsync
Retrieves display name of the user that created this item.
(Inherited from IDeltaVItemAsync.)
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 methodPutUnderVersionControlAsync
Puts or removes current item from version control.
Public methodSetAutoVersionAsync
Sets property which determines how checked-in item responds to WebDAV client attempts to modify its content or properties.
Public methodSetCommentAsync
Sets a brief comment about a file that is suitable for presentation to a user.
(Inherited from IDeltaVItemAsync.)
Public methodSetCreatorDisplayNameAsync
Sets display name of the user that created this item.
(Inherited from IDeltaVItemAsync.)
Public methodUnCheckOutAsync
Cancels the checkout and restores the pre-checkout state of the version-controlled item.
Public methodCode exampleUpdatePropertiesAsync
Adds, modifies and removes properties for this item.
(Inherited from IHierarchyItemAsync.)
Public methodUpdateToVersionAsync
Updates content and properties of the item to those identified by version parameter.
Top
See Also