Share via


IBlobProvider.DeleteBlob Method

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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IBlobProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace