Click or drag to resize

ExportMappingsControllerGetExtensionFields Method (Int32, ObjectTypeEnum, Boolean)

Returns extension fields defined for the system category

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 List<ExtensionField> GetExtensionFields(
	int systemCategoryId,
	ObjectTypeEnum[] objectTypes,
	bool archiveDbIncluded = false
)

Parameters

systemCategoryId
Type: SystemInt32
System category identifier to get extension fields for. Pass 0 to return extension fields for all system categories
objectTypes
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportMappingsObjectTypeEnum
Array of object types to get extension fields for. Pass null to get extension fields of any type
archiveDbIncluded (Optional)
Type: SystemBoolean

Return Value

Type: ListExtensionField
See Also