Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 1.2 KB

data-source--umbraco-user-groups.md

File metadata and controls

25 lines (12 loc) · 1.2 KB

Contentment for Umbraco logo

Contentment for Umbraco

Data Sources

Umbraco User Groups

This data-source uses the Umbraco user groups (roles) to populate the items of a compatible editor, e.g. Data List.

How to configure the editor?

The Umbraco User Groups data-source does not have any configuration options.

The item values will be the names and aliases from the Umbraco user groups (roles).

Configuration Editor for Umbraco User Groups data-source

What is the value's object-type?

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

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