DavEngineAsyncAutoPutUnderVersionControl Property
IT Hit WebDAV Classes Reference
Determines if placing file under version control is automatic.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public bool AutoPutUnderVersionControl { get; set; }
Public Property AutoPutUnderVersionControl As Boolean
Get
Set
public:
property bool AutoPutUnderVersionControl {
bool get ();
void set (bool value);
}
member AutoPutUnderVersionControl : bool with get, set
Property Value
Type:
BooleanRemarks Property Value
Type:
BooleanBoolean value indicating if items must be put under version control before content or properties
update. Default is
true.
Determines whether items will be placed under version control automatically
or explicit request from client shall be made to put an item under version control.
If this property is true the PutUnderVersionControlAsync(Boolean) will be called
after item is created and prior item content or properties update.
See Also