IVersion.GetPredecessors Method 

IT Hit WebDAV for .NET

Returns predessors of this version.

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

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