ClientGetPostThread Method |
[Missing <summary> documentation for "M:MattermostDriver.Client.GetPostThread(System.String)"]
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic PostList GetPostThread(
string post_id
)
Public Function GetPostThread (
post_id As String
) As PostList
public:
PostList^ GetPostThread(
String^ post_id
)
member GetPostThread :
post_id : string -> PostList
Parameters
- post_id
- Type: SystemString
[Missing <param name="post_id"/> documentation for "M:MattermostDriver.Client.GetPostThread(System.String)"]
Return Value
Type:
PostList[Missing <returns> documentation for "M:MattermostDriver.Client.GetPostThread(System.String)"]
See Also