Enable Inheritance |
Scroll |
Some permissions may be inherited from a base object. Such inherited permissions cannot be modified locally. When you enable inheritance for a loaded object the Thereforeā¢ system will look for base class and copy all inheritable permissions from this class, overwriting corresponding local permissions.
1 |
Connect to the Thereforeā¢ server (see "Server - Connect and Disconnect" for Details) |
2 |
Declare and initialize a new TheSecurity instance. |
3 |
Load permissions for an object. |
4 |
Set the Inherit property to true. |
5 |
Save changes on the server. |
Requirements and Assumptions: Category number 9 exists in your Thereforeā¢ system. If these assumptions do not apply to your system or configuration please replace them with appropriate values when copying the code samples below. |