This data-source uses the Umbraco user groups (roles) to populate the items of a compatible editor, e.g. Data List.
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).
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>
.