Click or drag to resize

IVersionAsyncGetSuccessorAsync Method

IT Hit WebDAV Classes Reference
Next version or null if no next version exists.

Namespace:  ITHit.WebDAV.Server.DeltaV
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<IVersionAsync> GetSuccessorAsync()

Task<IVersionAsync> GetSuccessorAsync()

Return Value

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