IPageCreationRuleIsGroupAllowed Method (String)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IsGroupAllowed(
string groupId
)
Function IsGroupAllowed (
groupId As String
) As Boolean
bool IsGroupAllowed(
String^ groupId
)
abstract IsGroupAllowed :
groupId : string -> bool
Parameters
- groupId
- Type: SystemString
[Missing <param name="groupId"/> documentation for "M:Ingeniux.CMS.IPageCreationRule.IsGroupAllowed(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Ingeniux.CMS.IPageCreationRule.IsGroupAllowed(System.String)"]
See Also