Displays form to edit the specified custom field
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EditField( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the field to be edited - returnUrl
- Type: SystemString
the optional url to redirect to upon success
Return Value
Type: ActionResultView(CustomField)
See Also