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

AdminControllerFields Method

AuctionWorx 3.5 API
Displays a page of a list of fields in the specified group

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult Fields(
	string GroupName,
	int? page
)

Parameters

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.