IPageCreationRuleGroups Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference