ContainersController.GetContainers Method
Gets containers filtered by a comma separated list of artifact uris, if not specified returns all containers
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
<TraceFilterAttribute(, )> _
Public Function GetContainers ( _
artifactUris As String _
) As IQueryable(Of FileContainer)
[HttpGetAttribute]
[TraceFilterAttribute(, )]
public IQueryable<FileContainer> GetContainers(
string artifactUris
)
[HttpGetAttribute]
[TraceFilterAttribute(, )]
public:
IQueryable<FileContainer^>^ GetContainers(
String^ artifactUris
)
[<HttpGetAttribute>]
[<TraceFilterAttribute(, )>]
member GetContainers :
artifactUris:string -> IQueryable<FileContainer>
public function GetContainers(
artifactUris : String
) : IQueryable<FileContainer>
Parameters
- artifactUris
Type: System.String
Return Value
Type: System.Linq.IQueryable<FileContainer>
.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.