ITeamProjectCollectionServicing.UpdateServicingResource Method (String, String)

Add or replace a servicing resource for use by Framework stepTypes.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub UpdateServicingResource ( _
    name As String, _
    filePath As String _
)
void UpdateServicingResource(
    string name,
    string filePath
)
void UpdateServicingResource(
    String^ name, 
    String^ filePath
)
abstract UpdateServicingResource : 
        name:string * 
        filePath:string -> unit
function UpdateServicingResource(
    name : String, 
    filePath : String
)

Parameters

  • name
    Type: System.String

    A unique name for the servicing resource.

  • filePath
    Type: System.String

    A file containing the servicing resource content.

.NET Framework Security

See Also

Reference

ITeamProjectCollectionServicing Interface

UpdateServicingResource Overload

Microsoft.TeamFoundation.Framework.Client Namespace