IVersionableItem.VersionHistory Property

IT Hit WebDAV for .NET

Current item version history. Null, if item is not under version control.

[Visual Basic]
Property VersionHistory As IHistory
[C#]
IHistory VersionHistory {get;}

Property Value

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.

See Also

IVersionableItem Interface | ITHit.WebDAV.Server.DeltaV Namespace