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

AccountControllerSetEventsHidden Method

AuctionWorx 3.5 API
Processes request to set one or more events and associated lots to hidden or visible after closing

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

Syntax

C#
public ActionResult SetEventsHidden(
	string[] EventIDs,
	bool hidden,
	string returnUrl
)

Parameters

EventIDs
Type: SystemString
array of event IDs
hidden
Type: SystemBoolean
true for hidden, false for visible
returnUrl
Type: SystemString
the url to return to, optional

Return Value

Type: ActionResult
if returnUrl is specified, redirect to returnUrl, else redirect to /Account/EventsClosed
See Also

Reference

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