Processes request to send notification to admin request event puiblication
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult RequestPublishEvent( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
the ID of the event to be published - returnUrl
- Type: SystemString
optional url to redirect to upon failure
Return Value
Type: ActionResultRedirect to 'My Account > Events > Drafts' by default, or redirect to returnUrl if provided
See Also