Click or drag to resize

IVersionableItemVersionHistory Property

IT Hit WebDAV Classes Reference
Current item version history. Null, if item is not under version control.

Namespace:  ITHit.WebDAV.Server.DeltaV
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
IHistory VersionHistory { get; }

Property Value

Type: IHistory
Item implementing IHistory interface or null if item is not under version control.
Remarks
If item is under version control it always has at last one version in its versions list. This property is used for precondition checking and shall not throw exceptions.
See Also