Click or drag to resize

IVersionAsyncGetPredecessorsAsync Method

IT Hit WebDAV Classes Reference
Returns predessors of this version.

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

Field Value

Type: TaskIVersionAsync
Array of this version predecessors.

Return Value

Type: TaskIVersionAsync

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

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