Description
Disable security on this McDBDatabase.
-
Return Type
-
None
-
Syntax
-
object.DisableSecurity
The DisableSecurity Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBDatabase. | Remarks
When successful, this method will permanently remove all security information from this McDBDatabase, including defined McDBUsers, McDBGroups, and McDBNode.Rights.
Exceptions
Notes
This McDBDatabase MUST BE OPEN with exclusive access when this method is called. This method requires the LoggedUser to have the McDBRightsOwner.IsAdministrator right to succeed. If this method fails for any reason, nothing is done and the database is unchanged.
|