# Microsoft.AspNetCore.Builder.AppBuilderUseExtensions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="Microsoft_AspNetCore_Builder_AppBuilderUseExtensions" data-uid="Microsoft.AspNetCore.Builder.AppBuilderUseExtensions" class="text-break">AppBuilderUseExtensions Class
</h1>
  <div class="markdown level0 summary"><p>Extension methods for <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.builder.iapplicationbuilder">IApplicationBuilder</a>.</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">AppBuilderUseExtensions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.builder">Microsoft.AspNetCore.Builder</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.DataEngine.dll</h6>
  <h5 id="Microsoft_AspNetCore_Builder_AppBuilderUseExtensions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class AppBuilderUseExtensions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module AppBuilderUseExtensions</code></pre>
  </div>
  <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="Microsoft_AspNetCore_Builder_AppBuilderUseExtensions_SetDataEngineAnalysisResultMaxCount_Microsoft_AspNetCore_Builder_IApplicationBuilder_System_Int32_" data-uid="Microsoft.AspNetCore.Builder.AppBuilderUseExtensions.SetDataEngineAnalysisResultMaxCount(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Int32)">
          <a class="xref" href="Microsoft.AspNetCore.Builder.AppBuilderUseExtensions.SetDataEngineAnalysisResultMaxCount.html#Microsoft_AspNetCore_Builder_AppBuilderUseExtensions_SetDataEngineAnalysisResultMaxCount_Microsoft_AspNetCore_Builder_IApplicationBuilder_System_Int32_">SetDataEngineAnalysisResultMaxCount(IApplicationBuilder, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the max count of the analysis result data.</p>
</td>
      </tr>
      <tr>
        <td id="Microsoft_AspNetCore_Builder_AppBuilderUseExtensions_SetDefaultWorkspacePath_Microsoft_AspNetCore_Builder_IApplicationBuilder_System_String_" data-uid="Microsoft.AspNetCore.Builder.AppBuilderUseExtensions.SetDefaultWorkspacePath(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.String)">
          <a class="xref" href="Microsoft.AspNetCore.Builder.AppBuilderUseExtensions.SetDefaultWorkspacePath.html#Microsoft_AspNetCore_Builder_AppBuilderUseExtensions_SetDefaultWorkspacePath_Microsoft_AspNetCore_Builder_IApplicationBuilder_System_String_">SetDefaultWorkspacePath(IApplicationBuilder, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the default workspace path for the DataEngine data.</p>
</td>
      </tr>
      <tr>
        <td id="Microsoft_AspNetCore_Builder_AppBuilderUseExtensions_UseDataEngineProviders_Microsoft_AspNetCore_Builder_IApplicationBuilder_" data-uid="Microsoft.AspNetCore.Builder.AppBuilderUseExtensions.UseDataEngineProviders(Microsoft.AspNetCore.Builder.IApplicationBuilder)">
          <a class="xref" href="Microsoft.AspNetCore.Builder.AppBuilderUseExtensions.UseDataEngineProviders.html#Microsoft_AspNetCore_Builder_AppBuilderUseExtensions_UseDataEngineProviders_Microsoft_AspNetCore_Builder_IApplicationBuilder_">UseDataEngineProviders(IApplicationBuilder)</a>
        </td>
        <td class="markdown level1 summary"><p>Use <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.html">FlexPivotEngineProviderManager</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
