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

AdminControllerUpdateStatementComments Method

AuctionWorx 3.5 API
Processes request to update a statement comment

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

Syntax

C#
public ActionResult UpdateStatementComments(
	int StatementID,
	string Comments,
	string returnUrl,
	bool? ApplyToAllStatements
)

Parameters

StatementID
Type: SystemInt32
ID of the statement to be updated
Comments
Type: SystemString
New comments value
returnUrl
Type: SystemString
Url to redirect to (default statement detail view if missing)
ApplyToAllStatements
Type: SystemNullableBoolean
if true applies this comment to all statements in the same event

Return Value

Type: ActionResult
See Also

Reference

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