Processes request to email 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 EmailAllStatements( int EventID, string returnUrl )
Parameters
- EventID
- Type: SystemInt32
optional, the id of the specified event - returnUrl
- Type: SystemString
the url to redierect to
Return Value
Type: ActionResultSee Also