Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Query discussion threads by artifact uri GET /_apis/discussion/threads?artifactUri={artifactUri}
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 IEnumerable
public IEnumerable GetThreads(
string[] artifactUri
)
public:
IEnumerable^ GetThreads(
array<String^>^ artifactUri
)
member GetThreads :
artifactUri:string[] -> IEnumerable
public function GetThreads(
artifactUri : String[]
) : IEnumerable
Parameters
- artifactUri
Type: array<System.String[]
Return Value
Type: System.Collections.IEnumerable
.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.