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

AccountControllerMarkMultipleStatementsPaid Method

AuctionWorx 3.5 API
Processes request from seller to manually mark their own listing statements as "Paid"

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

Syntax

C#
public ActionResult MarkMultipleStatementsPaid(
	string[] selectedObjects,
	int? page,
	int? SortFilterOptions,
	string ViewFilterOption,
	string SearchTerm,
	string SearchType,
	int? EventID,
	string returnUrl
)

Parameters

selectedObjects
Type: SystemString
ID or ids of statements to be updated
page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
SortFilterOptions
Type: SystemNullableInt32
index of requested sort option (default 0)
ViewFilterOption
Type: SystemString
All (default), or "Unpaid", "Paid", "StatementEmailed", "StatementNotEmailed", "Archived"
SearchTerm
Type: SystemString
optional search keyword(s) to filter the results by
SearchType
Type: SystemString
optional search type indicating what field(s) the keyword should be applied to
EventID
Type: SystemNullableInt32
optional IF of the event to return to
returnUrl
Type: SystemString
if specified, the redirect will go here instead

Return Value

Type: ActionResult
Redirect to the previous statement list view
See Also

Reference

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