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

AccountControllerActiveConsignments Method

AuctionWorx 3.5 API
Displays a page of listings/lots owned by this seller, which have a consignor assigned

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

Syntax

C#
public ActionResult ActiveConsignments(
	int? EventID,
	string ConsignorNumber,
	int? page,
	string ViewFilterOption,
	int? SortFilterOptions
)

Parameters

EventID
Type: SystemNullableInt32
optional, only show lots in this event
ConsignorNumber
Type: SystemString
optional, only show lots/listings with this consignor
page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
ViewFilterOption
Type: SystemString
Active, Drafts, ActiveAndDrafts ** "Active" is default
SortFilterOptions
Type: SystemNullableInt32
index of requested sort option (default 0)

Return Value

Type: ActionResult
See Also

Reference

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