Click or drag to resize

FormAddNewFormSectionWithFields Method

Returns a new (empty) form section with fields.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public FormSectionWithFields AddNewFormSectionWithFields(
	string name = null
)

Parameters

name (Optional)
Type: SystemString

Return Value

Type: FormSectionWithFields
See Also