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.
Lists all the blobs in the given container
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function EnumerateBlobs ( _
containerId As Guid _
) As IEnumerable(Of String)
IEnumerable<string> EnumerateBlobs(
Guid containerId
)
IEnumerable<String^>^ EnumerateBlobs(
Guid containerId
)
abstract EnumerateBlobs :
containerId:Guid -> IEnumerable<string>
function EnumerateBlobs(
containerId : Guid
) : IEnumerable<String>
Parameters
- containerId
Type: System.Guid
Return Value
Type: System.Collections.Generic.IEnumerable<String>
Remarks
For testing Purposes ONLY!
.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.