Processes request to set one or more events and associated lots to hidden or visible after closing
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultif returnUrl is specified, redirect to returnUrl, else redirect to /Account/EventsClosed
See Also