| ImportProfileControllerGetAdHocProfileForSystem Method |
Returns the ad-hoc import profile for a given system
If the profile doesnt exists will it be created
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic int GetAdHocProfileForSystem(
int systemId,
bool createIfMissing = true
)
Parameters
- systemId
- Type: SystemInt32
Id of a system - createIfMissing (Optional)
- Type: SystemBoolean
Create a profile if none exists
Return Value
Type:
Int32Id of new dataloadprofile dataobject
See Also