IPageCreationRuleIsGroupAllowed(String) Method
|
Returns if the passed in group ID is allowed to use the current
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool IsGroupAllowed(
string groupId
)
Function IsGroupAllowed (
groupId As String
) As Boolean
bool IsGroupAllowed(
String^ groupId
)
abstract IsGroupAllowed :
groupId : string -> bool Parameters
- groupId String
- ID of the IUserGroup to check for permission
Return Value
BooleanTrue if
groupId is allowed to use the current
IPageCreationRule, otherwise false
See Also