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

EventControllerEndTimeHistory Method

AuctionWorx 3.5 API
displays a page of End Date/Time changes

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

Syntax

C#
public ActionResult EndTimeHistory(
	int? eventId,
	int? listingId,
	int? page,
	string sort,
	bool? descending
)

Parameters

eventId
Type: SystemNullableInt32
optional ineteger ID to limit results to a specific event
listingId
Type: SystemNullableInt32
optional ineteger ID to limit results to a specific listing
page
Type: SystemNullableInt32
0-based page index
sort
Type: SystemString
the column to sort by, one of: "ChangeDTTM", "EventID", "ListingID", "SourceListingID", "Origin", "NewEndDTTM"
descending
Type: SystemNullableBoolean
true to order the results from high to low

Return Value

Type: ActionResult
model: Page<ReportRow>
See Also

Reference

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