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

AccountControllerSetLineItemsArchivedByPayer Method

AuctionWorx 3.5 API
Processes request to set the "Archived" status of one or more line items

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

Reference

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