ISlackNotifyChannelsCreate Method |
Creates a new Slack channel.
Namespace:
NetQuarry.Services.Slack
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Channel ChannelsCreate(
string channelName
)
Function ChannelsCreate (
channelName As String
) As Channel
Parameters
- channelName
- Type: SystemString
The name of the new channel
Return Value
Type:
ChannelThe newly created channel.
See Also