This documentation is archived and is not being maintained.

Administration::ImportGlobalWorkflow Method

Imports global workflow from the given file.

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

public:
void ImportGlobalWorkflow(
	int projectId, 
	TextReader^ file
)

Parameters

projectId
Type: System::Int32

Project id

file
Type: System.IO::TextReader

Global workflow XML

Show: