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)
Syntaxpublic List<Command> ListCommands(
string team_id,
bool custom_only = false
)
Public Function ListCommands (
team_id As String,
Optional custom_only As Boolean = false
) As List(Of Command)
public:
List<Command^>^ ListCommands(
String^ team_id,
bool custom_only = false
)
member ListCommands :
team_id : string *
?custom_only : bool
(* Defaults:
let _custom_only = defaultArg custom_only false
*)
-> List<Command>
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