Click or drag to resize

ImportProfileControllerSetDataLoadProfileStatus Method (Int32, ImportProfileStatus, String)

Set the current status of a dataloadprofile

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 void SetDataLoadProfileStatus(
	int dataLoadProfileId,
	ImportProfileStatus status,
	string statusText
)

Parameters

dataLoadProfileId
Type: SystemInt32
dataloadprofile Id
status
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelImportProfileStatus
dataloadprofile status
statusText
Type: SystemString
Additional infotext
See Also