BlogHelper IsUserAuthorizedToManageComments Method Kentico 8.1 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.1.5347.20411)

Parameters

blogNode
Type: CMS.DocumentEngine TreeNode
Node the blog resides at
exceptionOnFailure (Optional)
Type: OnlineSystem Boolean
If true, PermissionCheckException is thrown whenever a permission check fails

Return Value

Type: OnlineBoolean
See Also