You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > ConsignorManagement Method

AdminControllerConsignorManagement Method

AuctionWorx 3.5 API
displays list of all consignors

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

Syntax

C#
public ActionResult ConsignorManagement(
	string Seller,
	string SearchType,
	string SearchTerm,
	string Status,
	string Sort,
	bool? descending,
	int? page
)

Parameters

Seller
Type: SystemString
optional username of the specified seller
SearchType
Type: SystemString
LastName, FirstName, Email, CompanyName, PhoneNumber or ConsignorNumber
SearchTerm
Type: SystemString
Status
Type: SystemString
Active (default), Inactive or All
Sort
Type: SystemString
LastName (default), FirstName, Email, CompanyName, PhoneNumber, ConsignorNumber or Id
descending
Type: SystemNullableBoolean
order results in ascending or descending order (default false / ascending)
page
Type: SystemNullableInt32
optional 0-based page number

Return Value

Type: ActionResult
See Also

Reference

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