Click or drag to resize
BlogsActivityLoggerLogBlogCommentActivity Method
Logs Blog comment activity.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
Syntax
C#
public void LogBlogCommentActivity(
	BlogCommentInfo blogCommentInfo
)

Parameters

blogCommentInfo
Type: CMS.BlogsBlogCommentInfo
BlogCommentInfo to log
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when blogCommentInfo is null.
ArgumentExceptionThrown when blog post or blog of blogCommentInfo is null.
See Also