Click or drag to resize
BlogCommentInfoProviderGetBlogCommentInfo 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#
public static BlogCommentInfo GetBlogCommentInfo(
	int blogCommentId
)

Parameters

blogCommentId
Type: SystemInt32
BlogComment id

Return Value

Type: BlogCommentInfo
See Also