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

AdminControllerUnassignField Method

AuctionWorx 3.5 API
Processes request to disassociate the specified custom listing field and the specified listing categories

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult UnassignField(
	int CustomFieldID,
	string[] Categories
)

Parameters

CustomFieldID
Type: SystemInt32
ID of the requested custom listing field
Categories
Type: SystemString
List of ID's of the requested categories

Return Value

Type: ActionResult
Redirect to /Admin/EditField view
See Also

Reference

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