You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > EmailAllStatements Method

AdminControllerEmailAllStatements Method

AuctionWorx 3.5 API
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.Controllers
Assembly:  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: ActionResult
See Also

Reference

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