Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
Public Sub ReorderNode ( _
    requestContext As TeamFoundationRequestContext, _
    nodeUri As String, _
    moveBy As Integer _
)
public void ReorderNode(
    TeamFoundationRequestContext requestContext,
    string nodeUri,
    int moveBy
)
public:
void ReorderNode(
    TeamFoundationRequestContext^ requestContext, 
    String^ nodeUri, 
    int moveBy
)
member ReorderNode : 
        requestContext:TeamFoundationRequestContext * 
        nodeUri:string * 
        moveBy:int -> unit 
public function ReorderNode(
    requestContext : TeamFoundationRequestContext, 
    nodeUri : String, 
    moveBy : int
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- nodeUri
 Type: System.String
- moveBy
 Type: System.Int32
.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.