Process request to rename the specified region to the specified name
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultredirect to region detail view
See Also