displays consignor statements matching the specified search criteria
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultSee Also