Displays form to enter initial lot details (page 1 of 2)
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult CreateLotPage1( int? eventID, int? SimilarLotID, string ReturnUrl )
Parameters
- eventID
- Type: SystemNullableInt32
the optional id of the event to pre-select - SimilarLotID
- Type: SystemNullableInt32
the optional id of the lot to pre-fill form fields with - ReturnUrl
- Type: SystemString
the optional url to redirect to upon success (after CreateLotPage2) when no fees are owed
Return Value
Type: ActionResult(not logged in) Redirect to /Account/LogOn/... (not a seller) Redirect to /Listing/NoPermissionToSell (success) View()
See Also