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

AccountControllerConsignorStatements Method

AuctionWorx 3.5 API
displays consignor statements matching the specified search criteria

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

Syntax

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

Parameters

page
Type: SystemNullableInt32
0-based page index
SortFilterOptions
Type: SystemNullableInt32
optional int value 0-5
ViewFilterOption
Type: SystemString
All (default), or "Unpaid", "Paid", "StatementEmailed", "StatementNotEmailed", "Archived"
SearchTerm
Type: SystemString
the term to search on
SearchType
Type: SystemString
optional: LastName, FirstName, Email, CompanyName, PhoneNumber or ConsignorNumber
EventID
Type: SystemNullableInt32
id of an event

Return Value

Type: ActionResult
See Also

Reference

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