| GroupInfoProviderCheckPermission Method  | 
            Returns true if CurrentUser is authorized for the specified action in the group.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntaxpublic static bool CheckPermission(
	string permissionName,
	int groupId
)
Parameters
- permissionName
 - Type: SystemString
Name of the permission to check (createpages, editpages, deletepages) - groupId
 - Type: SystemInt32
Group ID 
Return Value
Type: 
Boolean
See Also