# C1.Web.Mvc.Fluent.FileManagerBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_FileManagerBuilder" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder" class="text-break">FileManagerBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.FileManager.html">FileManager</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FileManager.html">FileManager</a>, <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.html">FileManagerBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FileManager.html">FileManager</a>, <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.html">FileManagerBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FileManager.html">FileManager</a>, <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.html">FileManagerBuilder</a>&gt;</div>
    <div class="level5"><span class="xref">FileManagerBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_FileManagerBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FileManagerBuilder : ControlBuilder&lt;FileManager, FileManagerBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FileManagerBuilder
    Inherits ControlBuilder(Of FileManager, FileManagerBuilder)
    Implements IHtmlContent</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_Mvc_Fluent_FileManagerBuilder__ctor_C1_Web_Mvc_FileManager_" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder.#ctor(C1.Web.Mvc.FileManager)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.-ctor.html#C1_Web_Mvc_Fluent_FileManagerBuilder__ctor_C1_Web_Mvc_FileManager_">FileManagerBuilder(FileManager)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.html">FileManagerBuilder</a> instance to configurate <code class="paramref">component</code>.</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_Mvc_Fluent_FileManagerBuilder_CloudType_C1_Web_Mvc_CloudTypes_" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder.CloudType(C1.Web.Mvc.CloudTypes)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.CloudType.html#C1_Web_Mvc_Fluent_FileManagerBuilder_CloudType_C1_Web_Mvc_CloudTypes_">CloudType(CloudTypes)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FileManager.CloudType.html#C1_Web_Mvc_FileManager_CloudType">CloudType</a>.
Sets the type of cloud will be supported by FileManager</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FileManagerBuilder_ContainerName_System_String_" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder.ContainerName(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.ContainerName.html#C1_Web_Mvc_Fluent_FileManagerBuilder_ContainerName_System_String_">ContainerName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FileManager.ContainerName.html#C1_Web_Mvc_FileManager_ContainerName">ContainerName</a>.
Use only for Azure, OneDrive cloud.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FileManagerBuilder_FileExtentionImageFormater_System_String_" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder.FileExtentionImageFormater(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.FileExtentionImageFormater.html#C1_Web_Mvc_Fluent_FileManagerBuilder_FileExtentionImageFormater_System_String_">FileExtentionImageFormater(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FileManager.FileExtentionImageFormater.html#C1_Web_Mvc_FileManager_FileExtentionImageFormater">FileExtentionImageFormater</a>.
Function to return image path for each file extention.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FileManagerBuilder_HostUrl_System_String_" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder.HostUrl(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.HostUrl.html#C1_Web_Mvc_Fluent_FileManagerBuilder_HostUrl_System_String_">HostUrl(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FileManager.HostUrl.html#C1_Web_Mvc_FileManager_HostUrl">HostUrl</a>.
Host Url of machine which host the server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FileManagerBuilder_InitPath_System_String_" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder.InitPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.InitPath.html#C1_Web_Mvc_Fluent_FileManagerBuilder_InitPath_System_String_">InitPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FileManager.InitPath.html#C1_Web_Mvc_FileManager_InitPath">InitPath</a>.
Initial path of cloud. (obsolete) please use Root Folder and Container Name (of Azure) instead.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FileManagerBuilder_IsReadOnly_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder.IsReadOnly(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.IsReadOnly.html#C1_Web_Mvc_Fluent_FileManagerBuilder_IsReadOnly_System_Boolean_">IsReadOnly(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FileManager.IsReadOnly.html#C1_Web_Mvc_FileManager_IsReadOnly">IsReadOnly</a>.
Sets a value indicating whether user can only read content of control or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FileManagerBuilder_RootFolder_System_String_" data-uid="C1.Web.Mvc.Fluent.FileManagerBuilder.RootFolder(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FileManagerBuilder.RootFolder.html#C1_Web_Mvc_Fluent_FileManagerBuilder_RootFolder_System_String_">RootFolder(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FileManager.RootFolder.html#C1_Web_Mvc_FileManager_RootFolder">RootFolder</a>.
Path of root folder.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
