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

AdminControllerRenameRegion Method

AuctionWorx 3.5 API
Process request to rename the specified region to the specified name

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

Syntax

C#
public ActionResult RenameRegion(
	int CategoryID,
	string Name
)

Parameters

CategoryID
Type: SystemInt32
if of the specified region
Name
Type: SystemString
new name for the specified region

Return Value

Type: ActionResult
redirect to region detail view
See Also

Reference

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