Engine.AutoPutUnderVersionControl Property

IT Hit WebDAV for .NET

Determines if placing resource under version control is automatic.

[Visual Basic]
Public Property AutoPutUnderVersionControl As Boolean
[C#]
public bool AutoPutUnderVersionControl {get; set;}

Remarks

Boolean value indicating if items must be put under version control before content or properties update. Default is true.

Determines whether resources will be placed under version control automatically or explicit request from client shall be made to put a resource under version control.

If this property is true prior any item content or properties update PutUnderVersionControl will be called.

See Also

Engine Class | ITHit.WebDAV.Server Namespace