Click or drag to resize

IFileAsyncGetCurrentVersionAsync Method

IT Hit WebDAV Classes Reference
Current item version. Null, if item is not under version control.

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

Return Value

Type: TaskIVersionAsync

[Missing <returns> documentation for "M:ITHit.WebDAV.Client.IFileAsync.GetCurrentVersionAsync"]

Exceptions
ExceptionCondition
UnauthorizedExceptionRequest is not authorized.
NotFoundExceptionThis resource doesn't exist on the server.
WebDavHttpExceptionServer returned unknown error.
WebDavExceptionIn case of any unexpected error.
See Also