Click or drag to resize
BoardMessageActionsFireOnBoardMessageAction Method
Fires action on control action link button click

Namespace: CMS.MessageBoards.Web.UI
Assembly: CMS.MessageBoards.Web.UI (in CMS.MessageBoards.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected void FireOnBoardMessageAction(
	string actionName,
	Object argument
)

Parameters

actionName
Type: SystemString
String representation of action
argument
Type: SystemObject
Parameter related to the action
See Also