Share via


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)

Syntax

'Declaration
Public Function ExportGlobalWorkflow ( _
    projectId As Integer, _
    includeLists As Boolean _
) As XmlDocument
public XmlDocument ExportGlobalWorkflow(
    int projectId,
    bool includeLists
)
public:
XmlDocument^ ExportGlobalWorkflow(
    int projectId, 
    bool includeLists
)
member ExportGlobalWorkflow : 
        projectId:int * 
        includeLists:bool -> XmlDocument
public function ExportGlobalWorkflow(
    projectId : int, 
    includeLists : boolean
) : XmlDocument

Parameters

  • includeLists
    Type: System.Boolean

    Tells whether to include global lists

Return Value

Type: System.Xml.XmlDocument
Type definition XML

.NET Framework Security

See Also

Reference

Administration Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace