Click or drag to resize

IVersionableItemSetAutoVersionAsync Method

IT Hit WebDAV Classes Reference
Sets 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: 13.3.13068
Syntax
Task SetAutoVersionAsync(
	AutoVersion value
)

Parameters

value
Type: ITHit.WebDAV.Server.DeltaVAutoVersion

[Missing <param name="value"/> documentation for "M:ITHit.WebDAV.Server.DeltaV.IVersionableItem.SetAutoVersionAsync(ITHit.WebDAV.Server.DeltaV.AutoVersion)"]

Field Value

Type: Task
One of AutoVersion enum values.

Return Value

Type: Task
.
Exceptions
ExceptionCondition
LockedExceptionThis item was locked. Client did not provide the lock token.
NeedPrivilegesExceptionThe user doesn't have enough privileges.
InsufficientStorageExceptionQuota limit is reached.
DavExceptionIn other cases.
See Also