displays and processes form to create new event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult CreateEvent( string ReturnUrl, int? SimilarEventID )
Parameters
- ReturnUrl
- Type: SystemString
the optional url to redirect to upon success - SimilarEventID
- Type: SystemNullableInt32
the optional ID of an event to prefill forms fields with
Return Value
Type: ActionResultView()
See Also