Export.GetExportContent method

Builds string containing XML specifying all the settings and queries for the export.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Function GetExportContent As String
'Usage
Dim instance As Export
Dim returnValue As String

returnValue = instance.GetExportContent()
public string GetExportContent()

Return value

Type: System.String
A string containing the XML specifying all the settings and queries for the export.

Remarks

This method is intended to be used by client export utilities.

See also

Reference

Export class

Export members

Microsoft.Office.Server.Discovery namespace