Processes request to update a statement comment
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultSee Also