| BlogHelperGetCommentParentBlog Method | 
            Returns parent blog of the specified comment.
            
 
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
 Syntax
Syntaxpublic static TreeNode GetCommentParentBlog(
	int commentId,
	bool selectOnlyPublished
)
Parameters
- commentId
- Type: SystemInt32
 Comment id
- selectOnlyPublished
- Type: SystemBoolean
 Select only published
Return Value
Type: 
TreeNode See Also
See Also