Classification.ReorderNode Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Декларация
<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.