Method IsLimitedChannelName
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
IsLimitedChannelName(ChannelType)
Determines if the channel type has a limited channel name.
public static bool IsLimitedChannelName(this ChannelType type)
Parameters
type
ChannelTypeThe channel type.
Returns
- bool
True if the channel type has a limited channel name, otherwise false.