Click or drag to resize

IPageCreationRuleUsers Method


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: 10.5.94
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