Click or drag to resize

SystemOnboardingControllerGetSystemContentType Method

Return the content type (HRData, Access Data, Both) the system or category contains

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 SystemContent GetSystemContentType(
	DataObject systemOrCategory
)

Parameters

systemOrCategory
Type: Omada.OE.ModelDataObject
A data object of type SYSTEM or SYSTEMCATEGROY

Return Value

Type: SystemContent
Content type
See Also