This documentation is archived and is not being maintained.

Administration::ExportGlobalWorkflow Method

Exports global workflow XML into the given file.

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

public:
XmlDocument^ ExportGlobalWorkflow(
	int projectId, 
	bool includeLists
)

Parameters

projectId
Type: System::Int32

Project id

includeLists
Type: System::Boolean

Tells whether to include global lists

Return Value

Type: System.Xml::XmlDocument
Type definition XML

Show: