Click or drag to resize

ClientListCommands Method

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

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public List<Command> ListCommands(
	string team_id,
	bool custom_only = false
)

Parameters

team_id
Type: SystemString

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

custom_only (Optional)
Type: SystemBoolean

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

Return Value

Type: ListCommand

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

See Also