Removes multiple listings from Bidding: Watching section of My Account
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultRedirects to the Bidding: Watching page
See Also