1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. DocumentSourceKind

DocumentSourceKind

DocumentSourceKind enumeration

Defines the kinds of document sources.

public enum DocumentSourceKind

Values

Name Value Description
File 0 The file document source.
Stream 1 The stream document source.
Structure 2 The structure document source.
ExtractedData 3 The document source of previously extracted data.
TempFile 4 The temp file document source.

See Also