Information about a document being Searched (part of SearchProgressInfo)
dtSearch.Engine.SearchFileInfo
C#
public class SearchFileInfo;
Topics
|
Topic |
Description |
|---|---|
|
The following tables list the members exposed by SearchFileInfo. | |
|
The properties of the SearchFileInfo class are listed here. |
SearchFileInfo Properties
|
SearchFileInfo Properties |
Description |
|---|---|
|
DocId that will be assigned to this document in the Search | |
|
Name of the file | |
|
If the file could not be opened, a message indicating the reason | |
|
Size of the file in bytes | |
|
File format expressed as a public string | |
|
File format expressed as a TypeId | |
|
Number of words parsed from the file |
See Also