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
Syntaxbool IsAutoCheckedOut { get; }
bool IsAutoCheckedOut { get; }ReadOnly Property IsAutoCheckedOut As Boolean
	Get
ReadOnly Property IsAutoCheckedOut As Boolean
	Get
property bool IsAutoCheckedOut {
	bool get ();
}
property bool IsAutoCheckedOut {
	bool get ();
}abstract IsAutoCheckedOut : bool with get
abstract IsAutoCheckedOut : bool with 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