UserIsInRole Method

Method to determine whether the user is in the specified role or not.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public bool IsInRole(
	string psRole
)

Parameters

psRole  String
The role to check for.

Return Value

Boolean
True if the specified role is set

Remarks

Determines if the user has the specified permission or not. Changes to permissions only take effect when the user re-logs in.

See Also