IVersionAsyncGetPredecessorAsync 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: 11.3.10719
 Syntax
SyntaxTask<IVersionAsync> GetPredecessorAsync()
Task<IVersionAsync> GetPredecessorAsync()
Function GetPredecessorAsync As Task(Of IVersionAsync)
Function GetPredecessorAsync As Task(Of IVersionAsync)
Task<IVersionAsync^>^ GetPredecessorAsync()
Task<IVersionAsync^>^ GetPredecessorAsync()
abstract GetPredecessorAsync : unit -> Task<IVersionAsync> 
abstract GetPredecessorAsync : unit -> Task<IVersionAsync> 
Return Value
Type: 
TaskIVersionAsyncVersion item representing previous version in the list of versions or null if no previous version
            exists.
 Exceptions
Exceptions See Also
See Also