IHierarchyItem Members

IT Hit WebDAV for .NET

IHierarchyItem overview

Public Instance Properties

ActiveLocksArray of item's lock descriptions.
Comment Brief comment about an item that is suitable for presentation to a user.
CreationDate The date item was created.
CreatorDisplayName Contains a description of the creator of the item that is suitable for presentation to a user.
DisplayNameUser friendly item name.
Href This item path on the server.
ItemType Type of the item (Resource, Folder, Version or VersionHistory)
LastModified Most recent modification date.
Properties Custom properties retrieved by GetChildren call.
SupportedLockLock types supported by the item.

Public Instance Methods

CopyToOverloaded. Copies this item to destination folder.
DeleteOverloaded. Deletes this item.
GetActiveLocksObsolete. Retrieves lock information about this item.
GetAllProperties Retrieves all custom properties exposed by the item.
GetParent Retrieves parent hierarchy item of this item.
GetPropertyNames Returns names of all custom properties exposed by this item.
GetPropertyValues Retrieves values of specific properties.
GetSource Retrieves media type independent links.
GetSupportedLockObsolete. Retrieves information about supported locks.
Lock Locks the item.
MoveToOverloaded. Moves this item to another location.
Refresh Rereads item properties from server.
RefreshLock Prolongs the lock.
SetCommentAndAuthorOverloaded. Updates comment and author information.
SupportedFeatures Gets the information about functionality supported by server (Class 1, Class 2 and so on).
Unlock Removes the lock.
UpdatePropertiesOverloaded. Updates values of properties exposed by this item.

See Also

IHierarchyItem Interface | ITHit.WebDAV.Client Namespace