Global Filters
Learn how to configure a global filter in Umbraco UI Builder.
Last updated
Was this helpful?
Learn how to configure a global filter in Umbraco UI Builder.
Last updated
Was this helpful?
Use global filters to work with a specific subset of data within a collection. These filters apply to all queries for a given collection.
Configure global filters in the settings.
SetFilter()
MethodDefines a filter using a where clause expression. The expression must return a boolean
value.