Click or drag to resize

IAccountOwnershipServiceMatchAccounts Method

Account join desired state for the given account composed business keys.

Namespace:  Omada.OE.Solution.OIM.AppLogic.AccountOwnership
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
AccountJoin[] MatchAccounts(
	IEnumerable<string> accountComposedBusinessKeys
)

Parameters

accountComposedBusinessKeys
Type: System.Collections.GenericIEnumerableString
Account Composed Business Keys

Return Value

Type: AccountJoin
See Also