Created | Gets the creation date of the item in repository expressed as the coordinated universal time (UTC). |
Modified | Gets the last modification date of the item in repository expressed as the coordinated universal time (UTC). |
Name | Gets the name of the item in repository. |
Parent | Gets the parent folder of the item in repository (null for the root of the repository). |
Path | Unique item path in the repository relative to storage root. |
CopyTo | Creates a copy of this item with a new name in the destination folder. |
Delete | Deletes this item. |
GetProperties | Gets values of all properties or selected properties for this item. |
GetPropertyNames | Gets names of all properties for this item. |
MoveTo | Moves this item to the destination folder under a new name. |
UpdateProperties | Modifies and removes properties for this item. |
IHierarchyItem Interface | ITHit.WebDAV.Server Namespace