BlogCommentInfoProviderGetBlogCommentInfoInternal Method |
Returns the BlogCommentInfo structure for the specified blogComment.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax protected virtual BlogCommentInfo GetBlogCommentInfoInternal(
int blogCommentId
)
Parameters
- blogCommentId
- Type: SystemInt32
BlogComment id
Return Value
Type:
BlogCommentInfoSee Also