BaseWorkspaceIsUserInRole Method |
Returns 'true' if the current user is in the specified role on this workspace.
Namespace:
Colygon.MatchPoint.Workspaces.Model
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public abstract bool IsUserInRole(
string roleName
)
Parameters
- roleName
- Type: SystemString
Return Value
Type:
BooleanSee Also