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

AdminControllerNewSiteFeesReport Method

AuctionWorx 3.5 API
Displays a page of a list of unpaid site fee invoices

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

Syntax

C#
public ActionResult NewSiteFeesReport(
	int? page,
	int? SortFilterOptions
)

Parameters

page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
SortFilterOptions
Type: SystemNullableInt32
index of the requested sort option defined in QuerySortDefinitions.SiteFeesReportOptions

Return Value

Type: ActionResult
View(Page<Invoice>)
See Also

Reference

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