[System::Flags] public enum FileInfoFlags { fiDocumentOK = 0x0000, fiEncrypted = 0x0001, fiEmpty = 0x0002, fiContainer = 0x0004, fiBinary = 0x0008, fiCorrupt = 0x0010, fiPartiallyEncrypted = 0x0020, fiPartiallyCorrupt = 0x0040, fiOutOfMemory = 0x0080, fiOpenFailed = 0x0100, fiFilteredBinary = 0x0200 }
<System::Flags> Public Enum FileInfoFlags fiDocumentOK = &H0000 fiEncrypted = &H0001 fiEmpty = &H0002 fiContainer = &H0004 fiBinary = &H0008 fiCorrupt = &H0010 fiPartiallyEncrypted = &H0020 fiPartiallyCorrupt = &H0040 fiOutOfMemory = &H0080 fiOpenFailed = &H0100 fiFilteredBinary = &H0200 End Enum
|
Members |
Description |
|
fiDocumentOK |
The document was successfully indexed. |
|
fiEncrypted |
The document is encrypted. |
|
fiEmpty |
The document contains no text. |
|
fiContainer |
The document is a container. |
|
fiBinary |
The document has an unrecognized file format. |
|
fiCorrupt |
The document has a recognized file format but is corrupt. |
|
fiPartiallyEncrypted |
A portion of the document is encrypted. |
|
fiPartiallyCorrupt |
A portion of the document is corrupt. |
|
fiOutOfMemory |
There was insufficient memory to process the document. |
|
fiOpenFailed |
The document could not be opened due to a file open failure. |
|
fiFilteredBinary |
The document is in an unrecognized format and is being indexed using the binary filtering algorithm. |
Values for dtsFileInfo and dtsIndexProgressInfo.fileFlags (C++) and IndexFileInfo (.NET, Java)
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|