Click or drag to resize

IVersionableItemAsyncGetAutoVersionAsync Method

IT Hit WebDAV Classes Reference
Retrieves property which determines how checked-in item responds to WebDAV client attempts to modify its content or properties.

Namespace:  ITHit.WebDAV.Server.DeltaV
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<AutoVersion> GetAutoVersionAsync()

Task<AutoVersion> GetAutoVersionAsync()

Field Value

Type: TaskAutoVersion
One of AutoVersion enum values.

Return Value

Type: TaskAutoVersion
.
Exceptions
ExceptionCondition
NeedPrivilegesExceptionThe user doesn't have enough privileges.
DavExceptionIn other cases.
See Also