Click or drag to resize

ClientGetChannelByName Method

[Missing <summary> documentation for "M:MattermostDriver.Client.GetChannelByName(System.String,System.String)"]

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public Channel GetChannelByName(
	string team_id,
	string channel_name
)

Parameters

team_id
Type: SystemString

[Missing <param name="team_id"/> documentation for "M:MattermostDriver.Client.GetChannelByName(System.String,System.String)"]

channel_name
Type: SystemString

[Missing <param name="channel_name"/> documentation for "M:MattermostDriver.Client.GetChannelByName(System.String,System.String)"]

Return Value

Type: Channel

[Missing <returns> documentation for "M:MattermostDriver.Client.GetChannelByName(System.String,System.String)"]

See Also