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

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetBlogCommentInfoInternal(
	BlogCommentInfo blogComment
)

Parameters

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