Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function DeleteBlob ( _
    containerId As Guid, _
    resourceId As String _
) As Boolean
public bool DeleteBlob(
    Guid containerId,
    string resourceId
)
public:
virtual bool DeleteBlob(
    Guid containerId, 
    String^ resourceId
) sealed
abstract DeleteBlob : 
        containerId:Guid * 
        resourceId:string -> bool  
override DeleteBlob : 
        containerId:Guid * 
        resourceId:string -> bool
public final function DeleteBlob(
    containerId : Guid, 
    resourceId : String
) : boolean
Parameters
- containerId
 Type: System.Guid
- resourceId
 Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IBlobProvider.DeleteBlob(Guid, String)
.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.