models.type_file_search_result_enum module¶
-
class
models.type_file_search_result_enum.
TypeFileSearchResultEnum
[source]¶ Bases:
object
Implementation of the ‘Type_FileSearchResult’ enum.
Specifies the type of the file document such as KDirectory, kFile, etc.
- Attributes:
KDIRECTORY: TODO: type description here. KFILE: TODO: type description here. KEMAIL: TODO: type description here. KSYMLINK: TODO: type description here.
-
KDIRECTORY
= 'kDirectory'¶
-
KEMAIL
= 'kEmail'¶
-
KFILE
= 'kFile'¶
-
KSYMLINK
= 'kSymlink'¶