Table of Contents

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 = 2

Selected nodes and all of their descendants are selected (that is the pattern ends with a '//').

DESCENDANTS = 1

Only descendants of matching nodes are selected (that is the pattern ends with a '/').

SELECTED = 0

Only matching nodes are selected (that is the pattern does not end with a '/').