ICatalogService.SaveDelete Method

Deletes this node from the catalog. If this node is the only node that points to the resource it points to then this resource will also be deleted. If this node exists in the infrastructure tree then the resource that is associated with this node will also be deleted and it will be inherently recursive.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub SaveDelete ( _
    node As CatalogNode, _
    recurse As Boolean _
)
void SaveDelete(
    CatalogNode node,
    bool recurse
)
void SaveDelete(
    CatalogNode^ node, 
    bool recurse
)
abstract SaveDelete : 
        node:CatalogNode * 
        recurse:bool -> unit
function SaveDelete(
    node : CatalogNode, 
    recurse : boolean
)

Parameters

  • recurse
    Type: System.Boolean

    True if the children nodes of this node should be deleted.

.NET Framework Security

See Also

Reference

ICatalogService Interface

Microsoft.TeamFoundation.Framework.Client Namespace