Enum TopicSelectorMode
- Namespace
- PushTechnology.ClientInterface.Client.Enums
- Assembly
- Diffusion.Client.dll
Indicates the mode of selection for nodes indicated by the selector.
public enum TopicSelectorMode
Fields
ALL = 2Selected nodes and all of their descendants are selected (that is the pattern ends with a '//').
DESCENDANTS = 1Only descendants of matching nodes are selected (that is the pattern ends with a '/').
SELECTED = 0Only matching nodes are selected (that is the pattern does not end with a '/').