FilterMode Enumeration

Defines the filtering styles that can be used by subscribers to reduce the members they see.

Definition

Namespace: MFiles.VAF.Configuration.DynamicList
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public enum FilterMode

Members

None 0 No filter behavior.
Ancestors 1 Members with the same root ancestor or with a root ancestor that is an ancestor of the subscriber's root ancestor will be returned.
Descendants 2 Members with the same root ancestor or with a root ancestor that is a descendent of the subscriber's root ancestor will be returned.
AncestorsAndDescendants 3 Members with the same root ancestor or with a root ancestor that is an ancestor or descendent of the subscriber's root ancestor will be returned.

See Also