Click or drag to resize

IVersionableItemAsyncIsAutoCheckedOut Property

IT Hit WebDAV Classes Reference
Gets a value indicating whether the item was check-out automatically by engine without explicit request from client.

Namespace:  ITHit.WebDAV.Server.DeltaV
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
bool IsAutoCheckedOut { get; }

bool IsAutoCheckedOut { get; }

Property Value

Type: Boolean
Remarks
Before checking-out the engine sets this property. When item is being unlocked engine reads this property and calls CheckInAsync if necessary. This property is required for auto-versioning. This property shall not throw exceptions.
See Also