You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > EventController Class > ValidateDraftLot Method

EventControllerValidateDraftLot Method

AuctionWorx 3.5 API
Validates the specified draft lot

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

Syntax

C#
public ActionResult ValidateDraftLot(
	int id,
	string returnUrl
)

Parameters

id
Type: SystemInt32
the id of the specified draft lot
returnUrl
Type: SystemString
the url to return to upon success or failure

Return Value

Type: ActionResult
redirects to returnUrl on success, or returns "EditLot" view with appropriate model errors set, if not
See Also

Reference

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