TeamFoundationFileService.RenameFile Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub RenameFile ( _
requestContext As TeamFoundationRequestContext, _
fileId As Integer, _
newFileName As String _
)
public void RenameFile(
TeamFoundationRequestContext requestContext,
int fileId,
string newFileName
)
public:
void RenameFile(
TeamFoundationRequestContext^ requestContext,
int fileId,
String^ newFileName
)
member RenameFile :
requestContext:TeamFoundationRequestContext *
fileId:int *
newFileName:string -> unit
public function RenameFile(
requestContext : TeamFoundationRequestContext,
fileId : int,
newFileName : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fileId
Type: System.Int32
- newFileName
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.