Interface ISearchable
Describes the searchability of an item.
Namespace: EPiServer.Search
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface ISearchable
Properties
AllowReIndexChildren
Gets a value indicating whether children of this content should be indexed.
Declaration
bool AllowReIndexChildren { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsSearchable
Gets a value indicating whether this instance is searchable.
Declaration
bool IsSearchable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
The value of this property will be used by the search handlers to decide if this item should be added to the search index.