Click or drag to resize

RoleAssignmentControllerUpdateRoleAssignments Method (IEnumerableInt32, RoleAssignmentUpdateOptions)

The method updates a number of ResourceAssignment data objects. The method doesn't consider security.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateRoleAssignments(
	IEnumerable<int> resAssignmentIds,
	RoleAssignmentUpdateOptions updateOptions
)

Parameters

resAssignmentIds
Type: System.Collections.GenericIEnumerableInt32
updateOptions
Type: Omada.OE.Solution.OIM.ModelRoleAssignmentUpdateOptions
See Also