Click or drag to resize
FormInfoMoveFormFieldDown Method
Moves specified form field down.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public void MoveFormFieldDown(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of a field to move
See Also