ISearchSiteAdministrationServiceApplication.GetMaxNumberRefinersLimits method
Returns the limits set by SSA admin on the number of refiners allowed to be configured in the UI
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub GetMaxNumberRefinersLimits ( _
<OutAttribute> ByRef warningLimit As Integer, _
<OutAttribute> ByRef errorLimit As Integer _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim warningLimit As Integer
Dim errorLimit As Integer
instance.GetMaxNumberRefinersLimits(warningLimit, _
errorLimit)
[OperationContractAttribute]
void GetMaxNumberRefinersLimits(
out int warningLimit,
out int errorLimit
)
Parameters
warningLimit
Type: System.Int32UI will display a warning when the user adds that many refiners
errorLimit
Type: System.Int32UI will display an error and will not allow the user to configure more refiners
See also
Reference
ISearchSiteAdministrationServiceApplication interface