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

OutputAdapter

OutputAdapter class

Represents the base class of an output adapter that is used to collect an output in a generalized form. The currently available adapters are FileOutputAdapter, StreamOutputAdapter, StructureOutputAdapter, and StringOutputAdapter.

public abstract class OutputAdapter : ResultBuilderFactory

Properties

Name Description
OutputFormat { get; } Gets the output format.

Remarks

Learn more

See Also