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.3.169
Syntax IEnumerable<IUser> Users()
Function Users As IEnumerable(Of IUser)
IEnumerable<IUser^>^ Users()
abstract Users : unit -> IEnumerable<IUser>
Return Value
Type:
IEnumerableIUserCollection 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