Class FileSearchIndexer
Inheritance
System.Object
FileSearchIndexer
Syntax
public class FileSearchIndexer : SearchIndexer
Constructors
FileSearchIndexer(String, IEnumerable<SearchIndexer.Root>)
Declaration
public FileSearchIndexer(string type, IEnumerable<SearchIndexer.Root> roots)
Parameters
| Type |
Name |
Description |
| System.String |
type |
|
| System.Collections.Generic.IEnumerable<SearchIndexer.Root> |
roots |
|
Properties
type
Declaration
public string type { get; }
Property Value
| Type |
Description |
| System.String |
|