Click or drag to resize

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
Syntax
C#
public 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: NullableDataLoadProfileType
The profile type. If value was null, was type not found
See Also