Share via


Export.GetExportContent method

Namespace:  Microsoft.SharePoint.Client.Discovery
Assemblies:   Microsoft.Office.Policy.Silverlight (in Microsoft.Office.Policy.Silverlight.dll);  Microsoft.Office.Client.Policy.Phone (in Microsoft.Office.Client.Policy.Phone.dll)  Microsoft.Office.Policy.Client (in Microsoft.Office.Policy.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetExportContent As ClientResult(Of String)
'Usage
Dim instance As Export
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetExportContent()
[RemoteAttribute]
public ClientResult<string> GetExportContent()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>

See also

Reference

Export class

Export members

Microsoft.SharePoint.Client.Discovery namespace