IPageCreationRuleGroups Method
|
Retrieves the collection of
Groups that are allowed to use this page creation rule to create
Pages.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IUserGroup> Groups()
Function Groups As IEnumerable(Of IUserGroup)
IEnumerable<IUserGroup^>^ Groups()
abstract Groups : unit -> IEnumerable<IUserGroup>
Return Value
Type:
IEnumerableIUserGroupCollection of
Groupsthat are allowed to use this page creation rule to create pages.
Remarks
The Users in the allowed groups, and the Users on the explicitly defined users list,
together make up the collection of users that can use this page creation rule.
See Also