Add.2 |
Scroll |
Assigns the specified role to the specified user on the loaded object when a certain condition is met.
Conditions can only be set on categories and case definitions.
Namespace: Therefore.API
Visual Basic Public Overridable Function Add ( _ nUser As Integer, _ nRole As Integer, _ strCondition As String, _ pServer As TheServer _ ) C# public virtual void Add ( int nUser, int nRole, string strCondition, TheServer pServer )
ParametersnUser The user number for the assignment.
nRole The role number for the assignment.
strCondition A condition that needs to apply to activate the role assignment.
pServer A valid and connected TheServer object. Needed for validating the condition.
Return ValueNone. |
Exceptions |
|