Displays a page of a list of fields in the specified group
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultView(Page<CustomField>)
See Also