UserIsInRole Method
Method to determine whether the user is in the specified role or not.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public bool IsInRole(
string psRole
)
Public Function IsInRole (
psRole As String
) As Boolean
- psRole String
- The role to check for.
BooleanTrue if the specified role is set
Determines if the user has the specified permission or not. Changes to permissions
only take effect when the user re-logs in.