Processes request to publish the specified auction event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult PublishEvent( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
the id of the specified auction event - returnUrl
- Type: SystemString
optional url to redirect to upon failure
Return Value
Type: ActionResultRedirect to 'My Account > Lots By Event' if successful, or if unsuccessful redirect to returnUrl if provided or 'Events > Drafts' if missing)
See Also