You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > PrintMultipleInvoices Method

AccountControllerPrintMultipleInvoices Method

AuctionWorx 3.5 API
Displays multiple invoice details, formatted for printing

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult PrintMultipleInvoices(
	string[] selectedObjects,
	int? EventID
)

Parameters

selectedObjects
Type: SystemString
optional list of Invoice IDs to print
EventID
Type: SystemNullableInt32
optional ID of the Event to print all invoices for

Return Value

Type: ActionResult
View(List<Invoice>)
Remarks

either selectedObjects or EventID is needed to retrieve invoices
See Also

Reference

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