You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > CreateAddress Method (Nullable(Int32), Nullable(Int32), String)

AccountControllerCreateAddress Method (NullableInt32, NullableInt32, String)

AuctionWorx 3.5 API
Displays form to enter a new address

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

Syntax

C#
public ActionResult CreateAddress(
	int? SetBillingAddress,
	int? SetShippingAddress,
	string returnUrl
)

Parameters

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
returnUrl
Type: SystemString
Url to redirect to upon success

Return Value

Type: ActionResult
View()
See Also

Reference

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