Displays form to create a new field in the requested group
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult CreateField( string GroupName, string returnUrl )
Parameters
- GroupName
- Type: SystemString
Name of the requested group - returnUrl
- Type: SystemString
Return Value
Type: ActionResultView()
See Also