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: 2013.11.0.0
Syntax
C#
public bool IsUserInRole(
	string roleName
)

Parameters

roleName
Type: SystemString

Return Value

Type: Boolean
See Also