ICatalogService.SaveNode Method
Saves the updated node and its resource in the catalog.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub SaveNode ( _
node As CatalogNode _
)
void SaveNode(
CatalogNode node
)
void SaveNode(
CatalogNode^ node
)
abstract SaveNode :
node:CatalogNode -> unit
function SaveNode(
node : CatalogNode
)
Parameters
node
Type: Microsoft.TeamFoundation.Framework.Client.CatalogNodeThe node that has been created or updated.
.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.