# C1.Web.Api.ExporterResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_ExporterResult" data-uid="C1.Web.Api.ExporterResult" class="text-break">ExporterResult Class
</h1>
  <div class="markdown level0 summary"><p>The IHttpActionResult for exporting.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ExporterResult</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IHttpActionResult</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.html">C1.Web.Api</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.dll</h6>
  <h5 id="C1_Web_Api_ExporterResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExporterResult : IHttpActionResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExporterResult
    Implements IHttpActionResult</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_ExporterResult__ctor_C1_Web_Api_ExportSource_" data-uid="C1.Web.Api.ExporterResult.#ctor(C1.Web.Api.ExportSource)">
          <a class="xref" href="C1.Web.Api.ExporterResult.-ctor.html#C1_Web_Api_ExporterResult__ctor_C1_Web_Api_ExportSource_">ExporterResult(ExportSource)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the ExporterResult instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_ExporterResult_ExportSource" data-uid="C1.Web.Api.ExporterResult.ExportSource">
          <a class="xref" href="C1.Web.Api.ExporterResult.ExportSource.html#C1_Web_Api_ExporterResult_ExportSource">ExportSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the exporting model.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_ExporterResult_ExecuteAsync_System_Threading_CancellationToken_" data-uid="C1.Web.Api.ExporterResult.ExecuteAsync(System.Threading.CancellationToken)">
          <a class="xref" href="C1.Web.Api.ExporterResult.ExecuteAsync.html#C1_Web_Api_ExporterResult_ExecuteAsync_System_Threading_CancellationToken_">ExecuteAsync(CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an <span class="xref">System.Net.Http.HttpResponseMessage</span> asynchronously.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
