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.
move node and its children under new parent uri
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub MoveBranch ( _
nodeUri As String, _
newParentNodeUri As String _
)
[WebMethodAttribute]
public void MoveBranch(
string nodeUri,
string newParentNodeUri
)
[WebMethodAttribute]
public:
void MoveBranch(
String^ nodeUri,
String^ newParentNodeUri
)
[<WebMethodAttribute>]
member MoveBranch :
nodeUri:string *
newParentNodeUri:string -> unit
public function MoveBranch(
nodeUri : String,
newParentNodeUri : String
)
Parameters
- nodeUri
Type: System.String
- newParentNodeUri
Type: System.String
.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.