| BlogHelperGetParentBlog Method (Int32, Boolean) | 
            Returns parent blog of the specified document.
            
 
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
 Syntax
Syntaxpublic static TreeNode GetParentBlog(
	int documentId,
	bool selectOnlyPublished
)
Parameters
- documentId
- Type: SystemInt32
 Document ID
- selectOnlyPublished
- Type: SystemBoolean
 Select only published
Return Value
Type: 
TreeNode See Also
See Also