You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > EventController Class > StartEventEarly Method

EventControllerStartEventEarly Method

AuctionWorx 3.5 API
Processes request to start the specified event early

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

Syntax

C#
public ActionResult StartEventEarly(
	int id,
	string returnUrl
)

Parameters

id
Type: SystemInt32
ID of the requested event to be ended early
returnUrl
Type: SystemString
the url to redirect to when the action is completed

Return Value

Type: ActionResult
Redirect to /Account/EventsPublished if no return url supplied
See Also

Reference

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