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

AccountControllerRemoveMultipleWatches Method

AuctionWorx 3.5 API
Removes multiple listings from Bidding: Watching section of My Account

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult RemoveMultipleWatches(
	string[] selectedObjects,
	int? page,
	int? SortFilterOptions
)

Parameters

selectedObjects
Type: SystemString
ID or ids of listings to be removed
page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
SortFilterOptions
Type: SystemNullableInt32
index of requested sort option (default 0)

Return Value

Type: ActionResult
Redirects to the Bidding: Watching page
See Also

Reference

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