Click or drag to resize

ImportProfileControllerCategoryIsReadyForImports Method

checks is a system category will be included in an 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 virtual bool CategoryIsReadyForImports(
	DataObject systemCategory,
	DataObject collector
)

Parameters

systemCategory
Type: Omada.OE.ModelDataObject
system category
collector
Type: Omada.OE.ModelDataObject
collector

Return Value

Type: Boolean
See Also