Click or drag to resize

ImportProfileV15StartImportProfile Method

Starts the import profile with given UID. Note: The CM should be used only for V15 or later. Note: Version that allows turning off authoritative data loading.

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void StartImportProfile(
	CodeMethodInvokeContext context,
	string importProfileGuidStr,
	bool includeAuthoritativeData
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
importProfileGuidStr
Type: SystemString
Guid String for the import profile
includeAuthoritativeData
Type: SystemBoolean
Should ES authoritative identity data get loaded
See Also