ICommonStructureService.ReorderNode Method
Visual Studio 2008
Moves a node to a new position in the order of nodes within its parent
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Parameters
- nodeUri
- Type: System.String
The URI of the node to be moved
- 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.
- 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.