Click or drag to resize

ImportProfileControllerSetPotentiallyStaleFlag Method

set the potentially stale flag on a import profile

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 DataObject SetPotentiallyStaleFlag(
	int profileId,
	bool flagValue
)

Parameters

profileId
Type: SystemInt32
flagValue
Type: SystemBoolean

Return Value

Type: DataObject
See Also