ICatalogService.SaveMove Method

Adds this move to the change context. It will be sent to the server when Save() is called. Note that if nodeToMove or newParent also have updated properties then those will be committed as well. Any node that is explicitly moved will have IsDefault set to 0.

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

Syntax

'Declaration
Sub SaveMove ( _
    nodeToMove As CatalogNode, _
    newParent As CatalogNode _
)
void SaveMove(
    CatalogNode nodeToMove,
    CatalogNode newParent
)
void SaveMove(
    CatalogNode^ nodeToMove, 
    CatalogNode^ newParent
)
abstract SaveMove : 
        nodeToMove:CatalogNode * 
        newParent:CatalogNode -> unit
function SaveMove(
    nodeToMove : CatalogNode, 
    newParent : CatalogNode
)

Parameters

.NET Framework Security

See Also

Reference

ICatalogService Interface

Microsoft.TeamFoundation.Framework.Client Namespace