ISearchSiteAdministrationServiceApplication.GetLocationVisualizations method
Retrieves the list of display formats associated with the specified federated location.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetLocationVisualizations ( _
id As Integer _
) As Dictionary(Of String, Visualization)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim id As Integer
Dim returnValue As Dictionary(Of String, Visualization)
returnValue = instance.GetLocationVisualizations(id)
[OperationContractAttribute]
Dictionary<string, Visualization> GetLocationVisualizations(
int id
)
Parameters
id
Type: System.Int32The ID of the federated location.
Return value
Type: System.Collections.Generic.Dictionary<String, Visualization>
The list of display formats.
Remarks
Implementing classes should ensure that the value of the id parameter must not be null .
The key for each entry should be the Name property of the Visualization object.
See also
Reference
ISearchSiteAdministrationServiceApplication interface