Click or drag to resize

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.5.94
Syntax
IEnumerable<IUserGroup> Groups()

Return Value

Type: IEnumerableIUserGroup
Collection 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