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

EventControllerLotDetails Method

AuctionWorx 3.5 API
Displays detailed Lot view

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

Syntax

C#
public ActionResult LotDetails(
	int? id,
	bool? FollowLive
)

Parameters

id
Type: SystemNullableInt32
ID of the requested listing
FollowLive
Type: SystemNullableBoolean
optional value to enable automatic redirect to next lot if this one closes while user is viewing it

Return Value

Type: ActionResult
View(Listing)
See Also

Reference

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