This documentation is archived and is not being maintained.

ITeamProjectCollectionServicing.UpdateServicingStepGroups Method (IEnumerable(String))

Updates servicing step groups and servicing steps defined in the xml documents.

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

abstract UpdateServicingStepGroups : 
        xmlFiles:IEnumerable<string> -> unit

Parameters

xmlFiles
Type: System.Collections.Generic.IEnumerable(String)

Filesystem paths to xml documents containing serialized servicing step groups

Step groups are identified by their name property. A new step group replaces any pre-existing step group with the same name.

Show: