SetCondition |
Scroll |
Sets a condition for the current role assignment.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetCondition ( _ strCondition As String, _ pPermission As TheRoleAssignment _ ) C# public virtual void SetCondition ( String strCondition, TheRoleAssignment pPermission )
ParametersstrCondition The condition for the role assignment. Can only be set on categories and case definitions. Can not be set on Inherited role assignments.
pPermission Permission to compare this permission with.
Return ValueNone. |