FilterMode Enumeration
Defines the filtering styles that can be used by subscribers to reduce the members they see.
| 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.
|