ICommonStructureService.ReorderNode Method

Moves a node to a new position in the order of nodes within its parent

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Sub ReorderNode ( _
    nodeUri As String, _
    moveBy As Integer _
)
'Usage
Dim instance As ICommonStructureService 
Dim nodeUri As String 
Dim moveBy As Integer

instance.ReorderNode(nodeUri, moveBy)
void ReorderNode(
    string nodeUri,
    int moveBy
)
void ReorderNode(
    String^ nodeUri, 
    int moveBy
)
function ReorderNode(
    nodeUri : String, 
    moveBy : int
)

Parameters

  • moveBy
    Type: System.Int32

    The number of places to move. Negative numbers indicate upwards movement and positive numbers indicate downward movement. If moveby would indicate a position further than one end or the other, then the node is moved to that end.

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

ICommonStructureService Members

Microsoft.TeamFoundation.Server Namespace