Click or drag to resize

WorkspaceIsUserInRole 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
C#
public override bool IsUserInRole(
	string roleName
)

Parameters

roleName
Type: SystemString

Return Value

Type: Boolean
See Also