Click or drag to resize

SystemOnboardingConfigurationRemoveIrrelevantQueriesFromConfiguration Method

Removes queries, which don't make sense for chosen system type.

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 RemoveIrrelevantQueriesFromConfiguration(
	SystemContent content,
	bool isSingle
)

Parameters

content
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelSystemContent
The system content.
isSingle
Type: SystemBoolean
The informaton whether it's single system category.
See Also