See Also
IndexFileInfo Class
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
IndexFileInfo Class
>
IndexFileInfo Properties
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
IndexFileInfo Properties
The properties of the IndexFileInfo class are listed here.
Public Properties
Public Property
Description
BytesRead
Number of bytes of the file that have been read so far
DisplayName
Alternative user-friendly name for this document (usually the "Title")
DocId
DocId
that will be assigned to this document in the index
Flags
Information about how this document was indexed.
Fullname
Full path and filename of the document
Location
Location of the file
Name
Name of the file
OpenFailMessage
If the file could not be opened, a message indicating the reason
PercentDone
Percent of the file that has been processed so far
Size
Size of the file in bytes
Type
File format expressed as a public string
TypeId
File format expressed as a
TypeId
UserFields
Stored fields in the document (sent with
dtsnIndexFileDone
only)
WordCount
Number of words parsed from the file
See Also
IndexFileInfo Class