Click or drag to resize

ContextControllerGetPrimaryIdentityContextIds Method

Returns the ids of an identity's 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 IntegerList GetPrimaryIdentityContextIds(
	int identityId
)

Parameters

identityId
Type: SystemInt32

Return Value

Type: 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