IBlobProvider.RenameBlob Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub RenameBlob ( _
containerId As Guid, _
sourceResourceId As String, _
targetResourceId As String _
)
void RenameBlob(
Guid containerId,
string sourceResourceId,
string targetResourceId
)
void RenameBlob(
Guid containerId,
String^ sourceResourceId,
String^ targetResourceId
)
abstract RenameBlob :
containerId:Guid *
sourceResourceId:string *
targetResourceId:string -> unit
function RenameBlob(
containerId : Guid,
sourceResourceId : String,
targetResourceId : String
)
Parameters
- containerId
Type: System.Guid
- sourceResourceId
Type: System.String
- targetResourceId
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.