BlogCommentInfoProviderSetBlogCommentInfoInternal Method |
Sets (updates or inserts) specified blog comment.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax protected virtual void SetBlogCommentInfoInternal(
BlogCommentInfo blogComment
)
Parameters
- blogComment
- Type: CMS.BlogsBlogCommentInfo
Blog comment to set
See Also