Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks

Property Value

Type: Boolean
Boolean 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