Processes request to create all consignor statements either for the specified event,
or any owned by the authenticated user which are not in an event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult GenerateConsignorStatements( int? eventId, string returnUrl )
Parameters
- eventId
- Type: SystemNullableInt32
optional, the id of the specified event - returnUrl
- Type: SystemString
the url to redierect to
Return Value
Type: ActionResultSee Also