Case.GetExportContent method

Produces an export configuration for the specified IDs.

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

Syntax

'Declaration
Public Function GetExportContent ( _
    sourceIds As List(Of Integer) _
) As String
'Usage
Dim instance As Case
Dim sourceIds As List(Of Integer)
Dim returnValue As String

returnValue = instance.GetExportContent(sourceIds)
public string GetExportContent(
    List<int> sourceIds
)

Parameters

Return value

Type: System.String
Export configuration.

See also

Reference

Case class

Case members

Microsoft.Office.Server.Discovery namespace