ContainersController.GetItems Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
<TraceFilterAttribute(, )> _
Public Function GetItems ( _
containerId As Long, _
itemPath As String, _
metadata As Boolean _
) As HttpResponseMessage
[HttpGetAttribute]
[TraceFilterAttribute(, )]
public HttpResponseMessage GetItems(
long containerId,
string itemPath,
bool metadata
)
[HttpGetAttribute]
[TraceFilterAttribute(, )]
public:
HttpResponseMessage^ GetItems(
long long containerId,
String^ itemPath,
bool metadata
)
[<HttpGetAttribute>]
[<TraceFilterAttribute(, )>]
member GetItems :
containerId:int64 *
itemPath:string *
metadata:bool -> HttpResponseMessage
public function GetItems(
containerId : long,
itemPath : String,
metadata : boolean
) : HttpResponseMessage
Parameters
- containerId
Type: System.Int64
- itemPath
Type: System.String
- metadata
Type: System.Boolean
Return Value
Type: System.Net.Http.HttpResponseMessage
.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.