Processes request to set the "Archived" status of one or more line items
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SetLineItemsArchivedByPayer( string[] LineItemIDs, bool archived, int? page )
Parameters
- LineItemIDs
- Type: SystemString
array of line item IDs - archived
- Type: SystemBoolean
true for archived, false for NOT archived - page
- Type: SystemNullableInt32
the page index to return to
Return Value
Type: ActionResultRedirect to /Account/Listings/Successful
See Also