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 = 0At least one tag must match ("match_some").
[EnumMember(Value = "match_all")] MatchAll = 1All tags must match ("match_all").