Click or drag to resize

ClientGetChannelByNameForTeamName Method

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

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

Parameters

team_name
Type: SystemString

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

channel_name
Type: SystemString

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

Return Value

Type: Channel

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

See Also