Click or drag to resize

FormAddNewFormSectionWithText Method

Returns a new (empty) form section with text.

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

Parameters

name (Optional)
Type: SystemString

Return Value

Type: FormSectionWithText
See Also