Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.53 KB

data-source--umbraco-users.md

File metadata and controls

29 lines (14 loc) · 1.53 KB

Contentment for Umbraco logo

Contentment for Umbraco

Data Sources

Umbraco Users

This data-source uses the Umbraco users to populate the items of a compatible editor, e.g. Data List.

How to configure the editor?

The configuration of the Umbraco Users data-source has one option, to select a User Group (role) to filter the users that are listed. If left empty, then all users will be listed.

Configuration Editor for Umbraco Users - Configure a user group

Configuration Editor for Umbraco Users - Select a user group

Configuration Editor for Umbraco Users - User group selected

What is the value's object-type?

The value for the Umbraco Users data-source item is an IUser object-type. Typically, this will be a concrete class of User, (unless if you are doing advanced user group management?).

Depending on the List editor used, this may be wrapped in a List<IUser>.

Configuration Editor for Umbraco Users - Preview of data-source