Enum AddTopicResult

The result of adding a topic.

Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public enum AddTopicResult : byte

Fields

Name Description
CREATED

A new topic was created.

EXISTS

A topic with the same specification already exists.

Back to top