DiscussionThreadsBatchController.PostGetThreads Method
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
<HttpPostAttribute> _
Public Function PostGetThreads ( _
artifactUris As String() _
) As IEnumerable
[HttpPostAttribute]
public IEnumerable PostGetThreads(
string[] artifactUris
)
[HttpPostAttribute]
public:
IEnumerable^ PostGetThreads(
array<String^>^ artifactUris
)
[<HttpPostAttribute>]
member PostGetThreads :
artifactUris:string[] -> IEnumerable
public function PostGetThreads(
artifactUris : String[]
) : IEnumerable
Parameters
- artifactUris
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.