Click or drag to resize

IdentityControllerUpdateIdentities Method (IEnumerableInt32, IdentityUpdateOptions)

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 UpdateIdentities(
	IEnumerable<int> identityIds,
	IdentityUpdateOptions updateOptions
)

Parameters

identityIds
Type: System.Collections.GenericIEnumerableInt32
updateOptions
Type: Omada.OE.Solution.OIM.ModelIdentityUpdateOptions
See Also