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

AccountControllerVoidLineItems Method

AuctionWorx 3.5 API
Processes requests to void or un-void the specified sales line items

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

Reference

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