Click or drag to resize

ExportMappingsControllerGetExtensionFields Method (NullableObjectTypeEnum, Boolean)

Returns all configured extension fields across all systems

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(
	Nullable<ObjectTypeEnum> objectType = null,
	bool isArchiveIncluded = false
)

Parameters

objectType (Optional)
Type: SystemNullableObjectTypeEnum
The object type to get extension fields for. Pass null to return all
isArchiveIncluded (Optional)
Type: SystemBoolean

Return Value

Type: ListExtensionField
See Also