Click or drag to resize

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
Task<IVersionAsync> GetPredecessorAsync()

Task<IVersionAsync> GetPredecessorAsync()

Return Value

Type: TaskIVersionAsync
Version item representing previous version in the list of versions or null if no previous version exists.
Exceptions
ExceptionCondition
NeedPrivilegesExceptionThe user doesn't have enough privileges.
DavExceptionIn other cases.
See Also