API reference

TagFilterMode Enum

Defines how the filter should behave when the active state is true and the tag is present.

Enumeration Constants

MemberDescription
Exclude
Exclude tagged objects when active state is true (deny-list pattern).
Include
Include only tagged objects when active state is true (allow-list pattern).