ContextControllerGetIdentityContextIds Method |
Name | Description | |
---|---|---|
![]() | GetIdentityContextIds(Int32, Int32) |
Returns the ids of the "business context" data objects that an identity is direct member of.
Only direct memberships are returned - not memberships of ancestor contexts.
A context membership is either due to a ContextAssignment data object or due to a context being stated in the "membership" reference property on the identity data object.
Memberships of contexts with status "Deleted (accepted)" are excluded from the result.
Memberships that are either not yet active or expired are also excluded from the result.
|
![]() | GetIdentityContextIds(Int32, Int32, Boolean, FuncContextMembership, Boolean) |
Returns the ids of the "business context" data objects that one or more of a number of identities are direct members of.
Only direct memberships are returned - not memberships of ancestor contexts.
A context membership is either due to a ContextAssignment data object or due to a context being stated in the "membership" reference property on the identity data object.
Memberships of contexts with status "Deleted (accepted)" are excluded from the result.
Memberships that are either not yet active or expired are also excluded from the result.
|