IHistory Interface

IT Hit WebDAV for .NET

Contains all versions of a particular version-controlled item.

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

[Visual Basic]
Public Interface IHistory
    Implements IHierarchyItem
[C#]
public interface IHistory : IHierarchyItem

Remarks

The important property of this interface is Path property inherited from IHierarchyItem. The url returned by this property is used by client applications to remove item from version control. The client application submits DELETE WebDAV request to this url and the engine calls PutUnderVersionControl passing false as a parameter. In your PutUnderVersionControl you will usually delete all versions.

Requirements

Namespace: ITHit.WebDAV.Server.DeltaV

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

See Also

IHistory Members | ITHit.WebDAV.Server.DeltaV Namespace