Update custom field display order
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult UpdateDisplayOrder( int index, bool moveUp, string GroupName, int? page )
Parameters
- index
- Type: SystemInt32
index of the custom field to be re-ordered - moveUp
- Type: SystemBoolean
if true, move the order of the custom field up, otherwise move down - GroupName
- Type: SystemString
Name of the requested group - page
- Type: SystemNullableInt32
index of the page to be displayed (default 0)
Return Value
Type: ActionResultView(Page<CustomField>)
See Also