ICommonStructureService.ReorderNode Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub ReorderNode ( _
nodeUri As String, _
moveBy As Integer _
)
void ReorderNode(
string nodeUri,
int moveBy
)
void ReorderNode(
String^ nodeUri,
int moveBy
)
abstract ReorderNode :
nodeUri:string *
moveBy:int -> unit
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.