Click or drag to resize

IImportControllerIsImportPotentiallyStale Method

Checks if an import is potentially stale

Namespace:  Omada.OE.Model.DataImport
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
bool IsImportPotentiallyStale(
	Guid importProfileUId,
	int staleThresholdMinutes
)

Parameters

importProfileUId
Type: SystemGuid
staleThresholdMinutes
Type: SystemInt32

Return Value

Type: Boolean
See Also