Enum TopicSelectionType

Topic selection type.

Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public enum TopicSelectionType
Remarks

Added in version 6.12.

Fields

Name Description
DESELECT

Represents deselection of topics (i.e. unsubscription).

SELECT

Represents selection of topics (i.e. subscription).

Back to top