Processes requests to void or un-void the specified sales line items
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult VoidLineItems( string[] LineItemIDs, bool voided, int? page, string returnUrl )
Parameters
- LineItemIDs
- Type: SystemString
array of line item IDs - voided
- Type: SystemBoolean
true to void the specified line items, false to un-void - page
- Type: SystemNullableInt32
the page index to redirect to - returnUrl
- Type: SystemString
optional return URL
Return Value
Type: ActionResultRedirect to /Account/Listings/Successful if no return url is provided
See Also