Click or drag to resize

IIdentityHelperGetReferencedContexts Method

Get referenced contexts

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
Dictionary<int, DataObject> GetReferencedContexts(
	IEnumerable<DataObject> identities,
	string membershipProperty,
	DataObject contextType
)

Parameters

identities
Type: System.Collections.GenericIEnumerableDataObject
Identities
membershipProperty
Type: SystemString
Membership property name
contextType
Type: Omada.OE.ModelDataObject
Context type

Return Value

Type: DictionaryInt32, DataObject
See Also