Click or drag to resize

IVersionableItemAsyncSetAutoVersionAsync 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: 11.3.10719
Syntax
Task SetAutoVersionAsync(
	AutoVersion value
)

Task SetAutoVersionAsync(
	AutoVersion value
)

Parameters

value
Type: ITHit.WebDAV.Server.DeltaVAutoVersion

[Missing <param name="value"/> documentation for "M:ITHit.WebDAV.Server.DeltaV.IVersionableItemAsync.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