Click or drag to resize

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()

Return Value

Type: TaskIVersion
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