You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > VoidStatementLineItem Method

AccountControllerVoidStatementLineItem Method

AuctionWorx 3.5 API
Processes requests to void or un-void the specified statement line item

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
Redirect to /Account/Listings/Successful if no return url is provided
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.