Checks if the current user is allowed to manage comments of the blog placed on specified node.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- blogNode
- Type: CMS.DocumentEngine.TreeNode
Node the blog resides at
- exceptionOnFailure
- Type:
System.Boolean
If true, PermissionCheckException is thrown whenever a permission check fails
Return Value
Type:
See Also