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

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
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