DocumentInfo
Contents
[
Hide
]
DocumentInfo class
Represents a descriptor for an indexed document.
public class DocumentInfo
Properties
Name | Description |
---|---|
DocumentSourceKind { get; } | Gets the document source kind. |
FilePath { get; } | Gets the file path for indexed from file or the document key for indexed from stream or structure. |
FileType { get; } | Gets the file type. |
FormatFamily { get; } | Gets the document format family. |
IndexedWithError { get; } | Gets the indicator of indexing error. |
InnerPath { get; } | Gets the inner path for the container document item. |
InnerPathParts { get; } | Gets the inner path parts for the container document item. |
ModificationTime { get; } | Gets the modification time. |
Methods
Name | Description |
---|---|
static Deserialize(byte[]) | Deserializes an instance from a byte array. |
Serialize() | Serializes the current instance to a byte array. |
override ToString() | Returns a String that represents the current DocumentInfo . |
Remarks
Learn more
See Also
- namespace GroupDocs.Search.Results
- assembly GroupDocs.Search