You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > DeleteEnumeration Method

AdminControllerDeleteEnumeration Method

AuctionWorx 3.5 API
Processes request to delete the specified enum value

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
Redirect to /Admin/EditField/[CustomFieldId]
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.