Processes request to delete a custom field
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeleteField( int FieldID, string GroupName, string returnUrl )
Parameters
- FieldID
- Type: SystemInt32
ID of the custom field to be deleted - GroupName
- Type: SystemString
Name of the group to redirect to - returnUrl
- Type: SystemString
the optional url to redirect to upon success
Return Value
Type: ActionResultRedirect to /Admin/Fields/[GroupName]
See Also