You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > LotsByEventCSV Method

AccountControllerLotsByEventCSV Method

AuctionWorx 3.5 API
Displays a list of Lots associated with the specified event

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

Syntax

C#
public FileContentResult LotsByEventCSV(
	int id,
	int? SortFilterOptions,
	string ViewFilterOption,
	string SearchTerm,
	string SearchType
)

Parameters

id
Type: SystemInt32
the id of the specified event
SortFilterOptions
Type: SystemNullableInt32
the sort option to redirect to
ViewFilterOption
Type: SystemString
the filter option to redirect to
SearchTerm
Type: SystemString
optional search keyword(s) to filter the results by
SearchType
Type: SystemString
optional search type indicating what field(s) the keyword should be applied to

Return Value

Type: FileContentResult
View(Page<Listing>)
See Also

Reference

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