ContainersController.GetContainers Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TraceFilterAttribute(, )> _
<HttpGetAttribute> _
Public Function GetContainers ( _
artifactUris As String _
) As IQueryable(Of TeamFoundationFileContainer)
[TraceFilterAttribute(, )]
[HttpGetAttribute]
public IQueryable<TeamFoundationFileContainer> GetContainers(
string artifactUris
)
[TraceFilterAttribute(, )]
[HttpGetAttribute]
public:
IQueryable<TeamFoundationFileContainer^>^ GetContainers(
String^ artifactUris
)
[<TraceFilterAttribute(, )>]
[<HttpGetAttribute>]
member GetContainers :
artifactUris:string -> IQueryable<TeamFoundationFileContainer>
public function GetContainers(
artifactUris : String
) : IQueryable<TeamFoundationFileContainer>
Parameters
- artifactUris
Type: System.String
Return Value
Type: System.Linq.IQueryable<TeamFoundationFileContainer>
.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.