Click or drag to resize

FormSectionWithFieldsAddFormSectionField Method

Adds a form section field to the end of the Fields collection. Tip: Use AddField() instead!

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AddFormSectionField(
	FormSectionField field
)

Parameters

field
Type: Omada.OE.ModelFormSectionField
See Also