IBlockedGroupsSecurityCollectionTManagerIsGroupAllowed Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IsGroupAllowed(
IUserGroup group
)
Function IsGroupAllowed (
group As IUserGroup
) As Boolean
bool IsGroupAllowed(
IUserGroup^ group
)
abstract IsGroupAllowed :
group : IUserGroup -> bool
Parameters
- group
- Type: Ingeniux.CMSIUserGroup
Group on which to check access
Return Value
Type:
BooleanTrue if the group is allowed, false otherwise.
Remarks
If the "group" parameter value is null, this method returns false.
See Also