Click or drag to resize
BlogCommentInfo.CheckPermissionsInternal Method
Checks the permissions of the object.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax
C#
protected override bool CheckPermissionsInternal(
	PermissionsEnum permission,
	string siteName,
	IUserInfo userInfo,
	bool exceptionOnFailure
)

Parameters

permission
Type: CMS.DataEngine.PermissionsEnum
Permission type
siteName
Type: System.String
Name of the site
userInfo
Type: CMS.Base.IUserInfo
UserInfo object
exceptionOnFailure
Type: System.Boolean
If true, PermissionCheckException is thrown whenever a permission check fails

Return Value

Type: Boolean
See Also