SearchServiceApplicationProxy.GetSharepointLocationVisualizations method

Retrieves the preselected display formats for the federated location.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetSharepointLocationVisualizations ( _
    id As Integer _
) As Dictionary(Of String, Visualization)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim id As Integer
Dim returnValue As Dictionary(Of String, Visualization)

returnValue = instance.GetSharepointLocationVisualizations(id)
public Dictionary<string, Visualization> GetSharepointLocationVisualizations(
    int id
)

Parameters

Return value

Type: System.Collections.Generic.Dictionary<String, Visualization>
The list of name/Visualization object pairs.

Implements

ISearchSiteAdministrationServiceApplication.GetSharepointLocationVisualizations(Int32)

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

This method retrieves the preselected display formats for the federated location specified by the id parameter.

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace