DocumentSourceKind Enumeration |
Defines the kinds of document sources.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic enum DocumentSourceKind
Public Enumeration DocumentSourceKind
public enum class DocumentSourceKind
Members
| Member name | Value | Description |
---|
| File | 0 |
The file document source.
|
| Stream | 1 |
The stream document source.
|
| Structure | 2 |
The structure document source.
|
See Also