Global Filters
Learn how to configure a global filter in Umbraco UI Builder.
Applying a Global Filter
Using the SetFilter() Method
SetFilter() MethodMethod Syntax
SetFilter(Lambda whereClauseExpression) : CollectionConfigBuilder<TEntityType>Example
collectionConfig.SetFilter(p => p.Current);Last updated
Was this helpful?