displays list of all consignors
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultSee Also