Click or drag to resize
BlogCommentInfoProviderGetBlogComments Method
Returns object query for blog comments.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<BlogCommentInfo> GetBlogComments()

Return Value

Type: ObjectQueryBlogCommentInfo
See Also