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

AdminControllerUpdateStateRegion Method

AuctionWorx 3.5 API
Processes request to update the code and/or name of the specified state/region

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

Syntax

C#
public string UpdateStateRegion(
	int id,
	string code,
	string name
)

Parameters

id
Type: SystemInt32
integer id of the specified state/region
code
Type: SystemString
new code for the specified state/region -- blank value ignored
name
Type: SystemString
new name for the specified state/region -- blank value ignored

Return Value

Type: String
Redirect to "StatesRegionsManagement"
See Also

Reference

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