Click or drag to resize

IVersionAsyncGetSuccessorsAsync Method

IT Hit WebDAV Classes Reference
Returns successors of this version.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
Task<IVersionAsync[]> GetSuccessorsAsync()

Field Value

Type: TaskIVersionAsync
Array of this version successors.

Return Value

Type: TaskIVersionAsync

[Missing <returns> documentation for "M:ITHit.WebDAV.Client.IVersionAsync.GetSuccessorsAsync"]

Exceptions
ExceptionCondition
UnauthorizedExceptionThe user is not authorized.
NotFoundExceptionThis version doesn't exist on server any more.
WebDavHttpExceptionServer returned unknown error.
WebDavExceptionAn error occured while processing response.
See Also