| 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
Syntaxpublic FormSectionWithFields AddNewFormSectionWithFields(
string name = null
)
Parameters
- name (Optional)
- Type: SystemString
Return Value
Type:
FormSectionWithFields
See Also