BlogCommentDetailFireOnCommentAction Method |
Fires event when some blog comment action occurs.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax protected void FireOnCommentAction(
string actionName,
Object actionArgument
)
Parameters
- actionName
- Type: SystemString
Name of the action that takes place - actionArgument
- Type: SystemObject
Argument of the action
See Also