Click or drag to resize

AppOnboardingControllerUpdateAppOnboardingData Method

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

Parameters

targetId
Type: SystemInt32
objects
Type: System.Collections.GenericListDictionaryString, Object
Each list entry is a dictionary that represents a data object. Each data object must have: - id : - type : - operation : (reqd) - tag : - [property system name]_v : list of values for the property where each value has a: "value" : xml encoded value "tag" : tag value built in the browser that we will just store as it is "isKeyReference" : bool indicating if "value" is a string that references a key-value (only relevant if the property is a reference property) "targetKeyProperty": if specified then the importer will look for a value in the property - instead of in the key property stated on the data object type. Only relevant when the property is a reference property. Must denote a value property w. data type text
See Also