BoardMessageActionsFireOnBoardMessageAction Method |
Fires action on control action link button click
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
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