IHierarchyItem Interface

IT Hit WebDAV for .NET

Represents one item (resource, folder or lock-null) in the WebDAV repository.

For a list of all members of this type, see IHierarchyItem Members.

ITHit.WebDAV.Server.IHierarchyItem
   Derived interfaces

[Visual Basic]
Public Interface IHierarchyItem
[C#]
public interface IHierarchyItem

Remarks

Defines the properties and methods common to all WebDAV folders and resources. Created and Modified properties must return Universal Coordinated Time (UTC). GetProperties and UpdateProperties are called when WebDAV client is reading, adding, updating or deleting properties. This class also provides methods for managing hierarchy: moving, copying and deleting WebDAV items. See CopyTo, MoveTo and Delete methods. Your resource items must implement IResource interface, folder items - IFolder interface. Class 2 server lock-null items must implement ILockNull interface.

Requirements

Namespace: ITHit.WebDAV.Server

Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll)

See Also

IHierarchyItem Members | ITHit.WebDAV.Server Namespace