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

AdminControllerDeleteField Method

AuctionWorx 3.5 API
Processes request to delete a custom field

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

Reference

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