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

AccountControllerConsignmentStatements Method

AuctionWorx 3.5 API
Displays a page of statements for this consignor

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

Syntax

C#
public ActionResult ConsignmentStatements(
	int? page,
	string sort,
	bool? descending
)

Parameters

page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
sort
Type: SystemString
the column to sort by
descending
Type: SystemNullableBoolean
the direction to sort

Return Value

Type: ActionResult
See Also

Reference

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