Click or drag to resize
BlogCommentInfoProviderGetBlogCommentInfoInternal Method
Returns the BlogCommentInfo structure for the specified blogComment.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
protected virtual BlogCommentInfo GetBlogCommentInfoInternal(
	int blogCommentId
)

Parameters

blogCommentId
Type: SystemInt32
BlogComment id

Return Value

Type: BlogCommentInfo
See Also