Click or drag to resize

ClientSearchPosts Method

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

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public PostList SearchPosts(
	string team_id,
	string terms,
	bool is_or_search
)

Parameters

team_id
Type: SystemString

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

terms
Type: SystemString

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

is_or_search
Type: SystemBoolean

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

Return Value

Type: PostList

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

See Also