Click or drag to resize

UserRoleAssignmentsAdd Method

Adds the given user to the specified role.

Namespace:  Colygon.MatchPoint.Workspaces.Roles
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public virtual void Add(
	string role,
	string loginName
)

Parameters

role
Type: SystemString
loginName
Type: SystemString
See Also