Displays form to enter a new address
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddAddress( int id, int? SetBillingAddress, int? SetShippingAddress )
Parameters
- id
- Type: SystemInt32
ID of the requested user - SetBillingAddress
- Type: SystemNullableInt32
if supplied, the id of the invoice to set the new billing address upon success - SetShippingAddress
- Type: SystemNullableInt32
if supplied, the id of the invoice to set the new shipping address upon success
Return Value
Type: ActionResultView()
See Also