Processes request to delete multiple unsuccessful listings at once
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultRedirect to current fees view (if immediate payment is required) or "returnUrl", otherwise
See Also