IPageCreationRuleIsGroupAllowed Method (IUserGroup)
|
Returns if the passed in
IUserGroup is allowed to use the current
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
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
IUserGroup to check for permission
Return Value
Type:
BooleanTrue if
group is allowed to use the current
IPageCreationRule, otherwise false
See Also