WorkItemStore.ExportGlobalLists Method
Exports all stored global lists from the Team Foundation server as XML.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function ExportGlobalLists As XmlDocument
'Usage
Dim instance As WorkItemStore
Dim returnValue As XmlDocument
returnValue = instance.ExportGlobalLists()
public XmlDocument ExportGlobalLists()
public:
XmlDocument^ ExportGlobalLists()
public function ExportGlobalLists() : XmlDocument
Return Value
Type: System.Xml.XmlDocument
All global lists in Team Foundation Server are exported as an XML string.
Remarks
For more information about global lists and the XML schemas that you can use to customize Team Foundation Server, see the latest version of the Team Foundation Administrator's Guide (https://go.microsoft.com/fwlink/?linkid=52459) on the Web in the MSDN Online site.
.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.