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

EventControllerCreateLotPage1 Method (NullableInt32, NullableInt32, NullableInt32, NullableInt32, String, NullableInt32, String)

AuctionWorx 3.5 API
Processes request to enter initial listing details (page 1 of 2)

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

Syntax

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

Parameters

CategoryID
Type: SystemNullableInt32
ID of the requested listing category
StoreID
Type: SystemNullableInt32
ID of the requested store
RegionID
Type: SystemNullableInt32
ID of the requested region
EventID
Type: SystemNullableInt32
ID of the requested event
ListingType
Type: SystemString
name of the requested listing type (e.g. "Auction", "FixedPrice")
SimilarLotID
Type: SystemNullableInt32
the optional id of the lot to prefill forms fields with
ReturnUrl
Type: SystemString
the optional url to redirect to upon success (after CreateLotPage2) when no fees are owed

Return Value

Type: ActionResult
(success) Redirect to /Listing/CreateListingPage2 (errors) CreateListingPage1()
See Also

Reference

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