Table of Contents

Enum TagMatching

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the tag matching mode for a forum channel.

[JsonConverter(typeof(StringEnumConverter))]
public enum TagMatching

Fields

[EnumMember(Value = "match_some")] MatchSome = 0

At least one tag must match ("match_some").

[EnumMember(Value = "match_all")] MatchAll = 1

All tags must match ("match_all").