Click or drag to resize

FormControllerSetFormSectionFieldsVOrder Method

Sets the vorder on a collection of form fields. The first field will be set to one, the second to two and onwards... The fields vorder will resemble the order in which they appear in fieldIds.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void SetFormSectionFieldsVOrder(
	int formSectionId,
	IEnumerable<int> fieldIds
)

Parameters

formSectionId
Type: SystemInt32
The fields belong to this form section.
fieldIds
Type: System.Collections.GenericIEnumerableInt32
The fields vorder will (after the call) resemble the order in which they appear in fieldIds.
See Also