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

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<BlogCommentInfo> GetBlogCommentsInternal()

Return Value

Type: ObjectQueryBlogCommentInfo
See Also