Data Views
Configuring data views in Umbraco UI Builder, the backoffice UI builder for Umbraco.

Defining data views
AddDataView(string name, Lambda whereClauseExpression) : CollectionConfigBuilder<TEntityType>
AddDataView(string group, string name, Lambda whereClauseExpression) : CollectionConfigBuilder<TEntityType>
Last updated
Was this helpful?