Click or drag to resize

ContextControllerGetPrimaryContextIdsPerIdentity Method

Returns the ids of identities' primary contexts. The primary contexts are those he is member of that belongs to the context type specified as his primary (and that are valid). Contexts with status "Deleted (accepted)" are excluded.

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 Dictionary<int, IntegerList> GetPrimaryContextIdsPerIdentity(
	IEnumerable<int> identityIds
)

Parameters

identityIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: DictionaryInt32, IntegerList
Returns the ids of the identity's primary contexts. The returned data object ids are always of the same data object type. Returns null if no primary context type is specified on the identity.
See Also