Exists |
Scroll |
Checks if the role assignment for the specified user with the specified role exists in the current object.
Namespace: Therefore.API
Visual Basic Public Overridable Function Exists ( _ nUser As Integer, _ nRole As Integer _ )As Boolean C# public virtual bool Exists ( int nUser, int nRole )
ParametersnUser The user number of the assignment.
nRole The role number of the assignment.
Return ValueTrue if the user is assigned to the role. Otherwise false. |