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

AccountControllerBiddingOffers Method

AuctionWorx 3.5 API
Displays a page of listing line items for listings owned by this user

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

Syntax

C#
public ActionResult BiddingOffers(
	int? page,
	int? SortFilterOptions,
	string ViewFilterOption,
	string SearchTerm,
	string SearchType
)

Parameters

page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
SortFilterOptions
Type: SystemNullableInt32
index of requested sort option (default 0)
ViewFilterOption
Type: SystemString
e.g. "NeedInvoice", "Invoiced", "FeedbackRequired", "FeedbackNotReceived", "Unpaid", "Paid", "All", "Archived"
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: ActionResult
View(Page<LineItem>)
See Also

Reference

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