You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > DeleteLots Method

AccountControllerDeleteLots Method

AuctionWorx 3.5 API
Processes request to delete multiple unsuccessful listings at once

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

Syntax

C#
public ActionResult DeleteLots(
	int? FromEventID,
	string[] ListingIDs,
	string returnUrl
)

Parameters

FromEventID
Type: SystemNullableInt32
ID of the source event
ListingIDs
Type: SystemString
ID or IDs of unsuccessful listings to be deleted
returnUrl
Type: SystemString
Url to redirect to (default unsuccessul listings view if missing)

Return Value

Type: ActionResult
Redirect to current fees view (if immediate payment is required) or "returnUrl", otherwise
See Also

Reference

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