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
projectId
Type: System.Int32Project id
includeLists
Type: System.BooleanTells whether to include global lists
Return Value
Type: System.Xml.XmlDocument
Type definition XML
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.