Global Filters
Configuring a global filter in Umbraco UI Builder, the backoffice UI builder for Umbraco.
Applying a global filter
SetFilter(Lambda whereClauseExpression) : CollectionConfigBuilder<TEntityType>
// Example
collectionConfig.SetFilter(p => p.Current);Last updated
Was this helpful?