Loads permissions for the specified TheCategory from the TheServer.
Namespace: Therefore.API
Parameters
pCategory
TheCategory for which to load permissions.
pServer
A valid and connected TheServer object.
Return Value
None.
|
Exception
|
Condition
|
Null Reference Argument
|
pServer and/or pCategory is a null reference / null pointer.
|
Invalid Server
|
pServer does not refer to a valid and connected Thereforeâ„¢ server.
|
Invalid Category
|
pCategory is not a valid Thereforeâ„¢ category.
|
Server Error
|
Permissions could not be loaded from the server.
|
|