Click or drag to resize

IVersionableItemAsyncVersionHistory 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: 11.3.10719
Syntax
IHistoryAsync VersionHistory { get; }

IHistoryAsync VersionHistory { get; }

Property Value

Type: IHistoryAsync
Item implementing IHistoryAsync 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