IPageCreationRuleIsGroupAllowed Method (IUserGroup)
|
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
[Missing <param name="group"/> documentation for "M:Ingeniux.CMS.IPageCreationRule.IsGroupAllowed(Ingeniux.CMS.IUserGroup)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Ingeniux.CMS.IPageCreationRule.IsGroupAllowed(Ingeniux.CMS.IUserGroup)"]
See Also