IPageCreationRuleUsers Method Ingeniux CMS Content Store API

Retrieves the collection of explicitly defined Users that can 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<IUser> Users()

Return Value

Type: IEnumerableIUser
Collection of users that are explicitly definied as being able to use this page creation rule; returns empty collection if there are no users explicitly defined to use the rule.
Remarks

This method returns the collection of users that are explicitly defined. It is not necessarily all the users that can use this page creation rule.

See Also

Reference