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