M-Files API 23.11.13135.0
CanDeactivate Property
AccessControlListComponent Object : CanDeactivate Property
Description
Specifies whether this component can be overridden by deleting it.Specifies whether this component can be deactivated by setting IsActive to false.
Property type
Read-write property
Syntax
Visual Basic
Public Property CanDeactivate As Boolean
Remarks

Only AutomaticComponents can be deactivated. This property should not be used for CustomComponent.

 

Note

When modifying automatic permissions, use CanDeactivate on AutomaticPermissions instead.

See Also

AccessControlListComponent Object  | AccessControlListComponent Members