Click or drag to resize

DavEngineAutoPutUnderVersionControl 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: 4.5.3121.0
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 PutUnderVersionControl(Boolean) will be called after item is created and prior item content or properties update.

See Also