SearchServiceApplication.GetSharepointLocationVisualizations Method
Retrieves the preselected Visualization objects 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 SearchServiceApplication
Dim id As Integer
Dim returnValue As Dictionary(Of String, Visualization)
returnValue = instance.GetSharepointLocationVisualizations(id)
public Dictionary<string, Visualization> GetSharepointLocationVisualizations(
int id
)
Parameters
id
Type: System.Int32The ID of the federated location.
Return Value
Type: System.Collections.Generic.Dictionary<String, Visualization>
The dictionary consists of the visualization name and the Visualization.
Implements
ISearchSiteAdministrationServiceApplication.GetSharepointLocationVisualizations(Int32)
Remarks
This method retrieves the preselected Visualization objects for the federated location.
See Also
Reference
SearchServiceApplication Class