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.
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
- 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.