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.
Deletes the given blob in the given container
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function DeleteBlob ( _
containerId As Guid, _
resourceId As String _
) As Boolean
bool DeleteBlob(
Guid containerId,
string resourceId
)
bool DeleteBlob(
Guid containerId,
String^ resourceId
)
abstract DeleteBlob :
containerId:Guid *
resourceId:string -> bool
function DeleteBlob(
containerId : Guid,
resourceId : String
) : boolean
Parameters
- containerId
Type: System.Guid
- resourceId
Type: System.String
Return Value
Type: System.Boolean
.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.