IVersionGetPredecessorAsync Method
IT Hit WebDAV Classes Reference
Previous version or null if no previous version exists.
Namespace:
ITHit.WebDAV.Server.DeltaV
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task<IVersion> GetPredecessorAsync()
Function GetPredecessorAsync As Task(Of IVersion)
Task<IVersion^>^ GetPredecessorAsync()
abstract GetPredecessorAsync : unit -> Task<IVersion>
Return Value
Type:
TaskIVersionVersion item representing previous version in the list of versions or null if no previous version
exists.
Exceptions See Also