Class FileSearchIndexer
Inherited Members
Namespace: Unity.QuickSearch.Providers
Syntax
public class FileSearchIndexer : SearchIndexer, IDisposable
Constructors
FileSearchIndexer(String, IEnumerable<SearchIndexerRoot>)
Declaration
public FileSearchIndexer(string type, IEnumerable<SearchIndexerRoot> roots)
Parameters
Type | Name | Description |
---|---|---|
String | type | |
IEnumerable<SearchIndexerRoot> | roots |
Properties
type
Declaration
public string type { get; }
Property Value
Type | Description |
---|---|
String |
Methods
Dispose()
Declaration
public void Dispose()