| ImportProfileControllerGetImportProfileType Method |
Will lookup the import profile type used for a given import
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 Nullable<DataLoadProfileType> GetImportProfileType(
string executionId
)
Parameters
- executionId
- Type: SystemString
The execution id. If null is passed will type of latest be returned
Return Value
Type:
NullableDataLoadProfileTypeThe profile type. If value was null, was type not found
See Also