This documentation is archived and is not being maintained.

CatalogChangeContext::AttachDelete Method

Adds this node deletion to the change context. It will be sent to the server when Save() is called.

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

public:
void AttachDelete(
	CatalogNode^ node, 
	bool recurse
)

Parameters

node
Type: Microsoft.TeamFoundation.Framework.Client::CatalogNode

The node to delete.

recurse
Type: System::Boolean

If this is true then the children of the nodes being deleted will also be deleted.

Show: