Processes request to delete the specified enum value
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeleteEnumeration( int id, int EnumerationID, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the custom field from which this enum will be removed - EnumerationID
- Type: SystemInt32
ID of the enum value to be deleted - returnUrl
- Type: SystemString
the optional url to retain in the redirect url upon success
Return Value
Type: ActionResultRedirect to /Admin/EditField/[CustomFieldId]
See Also