You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > UpdateDisplayOrder Method

AdminControllerUpdateDisplayOrder Method

AuctionWorx 3.5 API
Update custom field display order

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
View(Page<CustomField>)
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.