Table of Contents

Enum FilterMode

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Determines whether a filtered view keeps or hides matching tags.

public enum FilterMode

Fields

Exclude = 1

Hides elements and relationships that carry one of the configured tags.

Include = 0

Keeps only elements and relationships that carry one of the configured tags.