IPageCreationRuleGroups Method
|
Retrieves the collection of
Groups that are allowed to use this page creation rule to create
Pages.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IUserGroup> Groups()
Function Groups As IEnumerable(Of IUserGroup)
IEnumerable<IUserGroup^>^ Groups()
abstract Groups : unit -> IEnumerable<IUserGroup>
Return Value
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