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

EventControllerCreateEvent Method

AuctionWorx 3.5 API
displays and processes form to create new event

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
View()
See Also

Reference

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