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
SyntaxIHistoryAsync VersionHistory { get; }
IHistoryAsync VersionHistory { get; }ReadOnly Property VersionHistory As IHistoryAsync
	Get
ReadOnly Property VersionHistory As IHistoryAsync
	Get
property IHistoryAsync^ VersionHistory {
	IHistoryAsync^ get ();
}
property IHistoryAsync^ VersionHistory {
	IHistoryAsync^ get ();
}abstract VersionHistory : IHistoryAsync with get
abstract VersionHistory : IHistoryAsync with get
Property Value
Type: 
IHistoryAsync
            Item implementing 
IHistoryAsync interface or null if item is not under version control.
            
RemarksIf 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