BoardMessageActionsFireOnBoardMessageAction Method |
Fires action on control action link button click
Namespace: CMS.MessageBoards.Web.UIAssembly: CMS.MessageBoards.Web.UI (in CMS.MessageBoards.Web.UI.dll) Version: 12.0.0
Syntax 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