Click or drag to resize

CollectorControllerGetForSystemCategory Method

Get a Collector data object for a specific systemcategory Either specify a systemcategoryId or a type of generic onboarding collector

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 GetForSystemCategory(
	int systemCategoryDataObjectId
)

Parameters

systemCategoryDataObjectId
Type: SystemInt32

Return Value

Type: DataObject
Onboarding Collector Data Object
See Also