BlogHelper IsUserAuthorizedToManageComments Method (TreeNode, Boolean)Kentico 8.0 API Reference
Checks if the current user is allowed to manage comments of the blog placed on specified node.

Namespace: CMS.Blogs
Assembly: 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: OnlineSystem Boolean
If true, PermissionCheckException is thrown whenever a permission check fails

Return Value

Type: OnlineBoolean
See Also