| ImportProfileV15StartFullImportProfile Method |
Starts a full import for the import profile with given UID.
The CM should be used only for V15 or later.
The import will be a full import where highwatermarks for delta systems are reset
but the internal highwatermarks will be respected.
Note: The CM should be used only if Horizon imports are enabled.
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
Syntaxpublic void StartFullImportProfile(
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