ICommonStructureService.RenameNode Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub RenameNode ( _
requestContext As TeamFoundationRequestContext, _
nodeUri As String, _
newName As String _
)
void RenameNode(
TeamFoundationRequestContext requestContext,
string nodeUri,
string newName
)
void RenameNode(
TeamFoundationRequestContext^ requestContext,
String^ nodeUri,
String^ newName
)
abstract RenameNode :
requestContext:TeamFoundationRequestContext *
nodeUri:string *
newName:string -> unit
function RenameNode(
requestContext : TeamFoundationRequestContext,
nodeUri : String,
newName : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- nodeUri
Type: System.String
- newName
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.