Processes request to update the code and/or name of the specified state/region
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: StringRedirect to "StatesRegionsManagement"
See Also