displays a page of End Date/Time changes
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultmodel: Page<ReportRow>
See Also