Click or drag to resize

IHierarchyItem Methods

IT Hit WebDAV Classes Reference

The IHierarchyItem type exposes the following members.

Methods
  NameDescription
Public methodCode exampleCopyToAsync
Copies this item to destination folder.
Public methodCode exampleDeleteAsync(IDictionaryString, String, CancellationToken)
Deletes this item.
Public methodDeleteAsync(String, IDictionaryString, String, CancellationToken)
Deletes this item.
Public methodCode exampleDeleteAsync(LockUriTokenPair, IDictionaryString, String, CancellationToken)
Deletes this item.
Public methodCode exampleGetActiveLocksAsync Obsolete.
Retrieves lock information about this item.
Public methodCode exampleGetAllPropertiesAsync
Retrieves all custom properties exposed by the item.
Public methodGetCommentAsync
Brief comment about an item that is suitable for presentation to a user.
Public methodGetCreatorDisplayNameAsync
Contains a description of the creator of the item that is suitable for presentation to a user.
Public methodCode exampleGetParentAsync
Retrieves parent hierarchy item of this item.
Public methodCode exampleGetPropertyNamesAsync
Returns names of all custom properties exposed by this item.
Public methodCode exampleGetPropertyValuesAsync
Retrieves values of specific properties.
Public methodGetSourceAsync
Retrieves media type independent links.
Public methodGetSupportedLockAsync Obsolete.
Retrieves information about supported locks.
Public methodCode exampleLockAsync
Locks the item.
Public methodCode exampleMoveToAsync(IFolder, String, Boolean)
Moves this item to another location.
Public methodCode exampleMoveToAsync(IFolder, String, Boolean, LockUriTokenPair)
Moves this item to another location.
Public methodCode exampleRefreshAsync
Rereads item properties from server.
Public methodCode exampleRefreshLockAsync
Prolongs the lock.
Public methodCode exampleSetCommentAndAuthorAsync(String, String)
Updates comment and author information.
Public methodSetCommentAndAuthorAsync(String, String, String)
Updates comment and author information.
Public methodCode exampleSupportedFeaturesAsync
Gets the information about functionality supported by server (Class 1, Class 2 and so on).
Public methodCode exampleUnlockAsync(String, IDictionaryString, String, CancellationToken)
Remove the locks.
Public methodUnlockAsync(LockUriTokenPair, IDictionaryString, String, CancellationToken)
Public methodCode exampleUpdatePropertiesAsync(Property, PropertyName)
Updates values of properties exposed by this item.
Public methodCode exampleUpdatePropertiesAsync(Property, PropertyName, String)
Updates values of properties exposed by this item.
Top
See Also