Click or drag to resize

EnumUtilsGetFormSectionType Method

Returns the FormSectionType for a given FormSection

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static FormSectionType GetFormSectionType(
	FormSectionBase formSection
)

Parameters

formSection
Type: Omada.OE.ModelFormSectionBase

Return Value

Type: FormSectionType
See Also