Click or drag to resize
BlogCommentInfoProviderSetBlogCommentInfo Method
Sets (updates or inserts) specified blog comment.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static void SetBlogCommentInfo(
	BlogCommentInfo blogComment
)

Parameters

blogComment
Type: CMS.BlogsBlogCommentInfo
Blog comment to set
See Also