See Also
Classes
|
Members
|
Topics
|
Class Hierarchy
|
IndexFileInfo Properties
|
IndexFileInfo Members
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
IndexFileInfo Class
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
IndexFileInfo Class
Information about a document being indexed (part of
IndexProgressInfo
)
dtSearch.Engine.IndexFileInfo
C#
public
class
IndexFileInfo
;
Topics
Topic
Description
IndexFileInfo Members
The following tables list the members exposed by IndexFileInfo.
IndexFileInfo Properties
The properties of the IndexFileInfo class are listed here.
IndexFileInfo Properties
IndexFileInfo Properties
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
Classes
|
Members
|
Topics
|
Class Hierarchy
|
IndexFileInfo Properties
|
IndexFileInfo Members