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

EventControllerCreateLotPage2 Method (Int32, NullableInt32, NullableInt32, Int32, String, String, String)

AuctionWorx 3.5 API
Processes request to enter remaining new listing details (page 2 of 2)

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

Syntax

C#
public ActionResult CreateLotPage2(
	int CategoryID,
	int? StoreID,
	int? RegionID,
	int EventID,
	string ListingType,
	string LineageString,
	string ReturnUrl
)

Parameters

CategoryID
Type: SystemInt32
ID of the requested listing category
StoreID
Type: SystemNullableInt32
ID of the requested store
RegionID
Type: SystemNullableInt32
ID of the requested region
EventID
Type: SystemInt32
ID of the requested event
ListingType
Type: SystemString
name of the requested listing type (e.g. "Auction", "FixedPrice")
LineageString
Type: SystemString
represents all categories to be assigned to the new listing
ReturnUrl
Type: SystemString
the optional url to redirect to upon success when no fees are owed

Return Value

Type: ActionResult
(success, pmt req'd) Redirect to /Account/Fees (success, ReturnUrl specified) Redirect to [ReturnUrl] (success) Redirect to /Listing/ListingConfirmation/[id of new listing] (validation errors) View()
See Also

Reference

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