Processes requests to void or un-void the specified statement line item
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult VoidStatementLineItem( int StatementLineItemID, bool voided, string returnUrl )
Parameters
- StatementLineItemID
- Type: SystemInt32
ID of the specified statement line item - voided
- Type: SystemBoolean
true to void the specified line item, false to un-void - returnUrl
- Type: SystemString
optional return URL
Return Value
Type: ActionResultRedirect to /Account/Listings/Successful if no return url is provided
See Also