Click or drag to resize

AppOnboardingControllerGetAppOnboardingData Method

Returns a list of "onboarding resources" to be displayed in the grid in the "onboard application" process.

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 List<Dictionary<string, Object>> GetAppOnboardingData(
	int targetId
)

Parameters

targetId
Type: SystemInt32

Return Value

Type: ListDictionaryString, Object
Each object in the list represents a onboarding resource. A resource has the following keys: - id - type - operation - tag - [property system name]_v : list of property values where each value has a "value" and a "tag".
See Also