Retrieves a page of Consignors, excluding Deleted and Archived
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult GetAllConsignors( int? page, int? pageSize )
Parameters
- page
- Type: SystemNullableInt32
0-based page index - pageSize
- Type: SystemNullableInt32
the maximum results to return
Return Value
Type: JsonResultJSON encoded result: { PageCount = n, Items = [ { ConsignorID = n1, ConsignorTitle = "x1", EndDTTM = "dttm1", Status = "y1" }, { EventID = n2, EventTitle = "x2", EndDTTM = "dttm2", Status = "y2" }, { ... } ] }
See Also