IVersion.GetSuccessors Method 

IT Hit WebDAV for .NET

Returns successors of this version.

[Visual Basic]
Function GetSuccessors() As IVersion()
[C#]
IVersion[] GetSuccessors();

Exceptions

Exception Type Condition
UnauthorizedException The user is not authorized.
NotFoundException This version doesn't exist on server any more.
WebDavHttpException Server returned unknown error.
WebDavException An error occured while processing response.

See Also

IVersion Interface | ITHit.WebDAV.Client Namespace