Click or drag to resize

IPageCreationRuleIsGroupAllowed Method (String)


Returns if the passed in group ID 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(
	string groupId
)

Parameters

groupId
Type: SystemString
ID of the IUserGroup to check for permission

Return Value

Type: Boolean
True if groupId is allowed to use the current IPageCreationRule, otherwise false
See Also