Click or drag to resize
FormInfoMoveFormFieldToPositionInCategory Method
Moves specified form field to specified position in category. If category isn't specified, than field is moved to default category.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public void MoveFormFieldToPositionInCategory(
	string fieldName,
	string categoryName,
	int newPosition
)

Parameters

fieldName
Type: SystemString
Name of a field to move
categoryName
Type: SystemString
Name of category to which the field is moved
newPosition
Type: SystemInt32
Field's new position in category
See Also