DiscussionThreadsController.GetThreads Method (String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
Public Function GetThreads ( _
artifactUri As String _
) As IList(Of DiscussionThread)
public IList<DiscussionThread> GetThreads(
string artifactUri
)
public:
IList<DiscussionThread^>^ GetThreads(
String^ artifactUri
)
member GetThreads :
artifactUri:string -> IList<DiscussionThread>
public function GetThreads(
artifactUri : String
) : IList<DiscussionThread>
Parameters
- artifactUri
Type: System.String
Return Value
Type: System.Collections.Generic.IList<DiscussionThread>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.