Click or drag to resize

UserRoleAssignmentApply Method

Namespace:  Colygon.MatchPoint.WorkflowKit.Actions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public void Apply(
	UserRoleAssignments userRoles,
	WorkflowScope scope,
	Func<AccountChoiceItem, string> userIdentifierFunc
)

Parameters

userRoles
Type: Colygon.MatchPoint.Workspaces.RolesUserRoleAssignments
scope
Type: Colygon.MatchPoint.WorkflowKitWorkflowScope
userIdentifierFunc
Type: SystemFuncAccountChoiceItem, String
See Also