IVersion.GetVersionableItem Method 

IT Hit WebDAV for .NET

IResource item this version relates to.

[Visual Basic]
Function GetVersionableItem() As IResource
[C#]
IResource GetVersionableItem();

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