Summary
Syntax
public PrcaDiscussionThread(int id, PrcaDiscussionStatus status, FilePath filePath, IEnumerable<IPrcaDiscussionComment> comments)
Parameters
Name |
Type |
Description |
id |
int |
ID of the discussion thread. |
status |
PrcaDiscussionStatus |
A value if the thread is active or already fixed. |
filePath |
FilePath |
The path to the file where the message should be posted.
The path needs to be relative to the repository root.
Can be null if discussion is not related to a change in a file. |
comments |
IEnumerable<T> |
All the comments of this thread. |
Return Value