FilterCategory.ShowAllInMore Property
Specifies whether the refinement filter values are determined by the result data returned or if a defined list of values is always shown.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ShowAllInMore As String
Get
Set
'Usage
Dim instance As FilterCategory
Dim value As String
value = instance.ShowAllInMore
instance.ShowAllInMore = value
public string ShowAllInMore { get; set; }
Property Value
Type: System.String
Returns “true” if the refinement filter values are determined by the result data; otherwise, “false”.