IDeltaVItem Interface

IT Hit WebDAV for .NET

Base interface for items that support versioning and item versions (DeltaV items).

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

ITHit.WebDAV.Server.DeltaV.IDeltaVItem
   ITHit.WebDAV.Server.DeltaV.IVersion
   ITHit.WebDAV.Server.DeltaV.IVersionableItem

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

Remarks

This interface defines properties common to all items that support versioning and item versions. It provides the means of getting and setting comments and author name when creating new version. The author of the version is set and get via CreatorDisplayName property and comment via Comment property.

Requirements

Namespace: ITHit.WebDAV.Server.DeltaV

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

See Also

IDeltaVItem Members | ITHit.WebDAV.Server.DeltaV Namespace