Processes request to set the specified address as the primary address
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SetPrimaryAddress( int id, int addressID )
Parameters
- id
- Type: SystemInt32
ID of the requested user - addressID
- Type: SystemInt32
ID of the address to be updated
Return Value
Type: ActionResultRedirect to address management view
See Also