Classification.ReorderNode Method

Ordering of the node.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub ReorderNode ( _
    nodeUri As String, _
    moveBy As Integer _
)
[WebMethodAttribute]
public void ReorderNode(
    string nodeUri,
    int moveBy
)
[WebMethodAttribute]
public:
void ReorderNode(
    String^ nodeUri, 
    int moveBy
)
[<WebMethodAttribute>]
member ReorderNode : 
        nodeUri:string * 
        moveBy:int -> unit
public function ReorderNode(
    nodeUri : String, 
    moveBy : int
)

Parameters

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace