# C1.Web.Mvc.FileManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_FileManager" data-uid="C1.Web.Mvc.FileManager" class="text-break">FileManager Class
</h1>
  <div class="markdown level0 summary"><p>It is a consolidated display of many views and related information in a single place. It is used to compare and monitor a variety of data simultaneously. The different data views are displayed all at once.</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"><a class="xref" href="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><span class="xref">FileManager</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><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_FileManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FileManager : Control, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FileManager
    Inherits Control
    Implements IHtmlContent, ITemplate</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_FileManager__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.FileManager.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.FileManager.-ctor.html#C1_Web_Mvc_FileManager__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">FileManager(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.FileManager.html">FileManager</a> 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_Mvc_FileManager_CloudType" data-uid="C1.Web.Mvc.FileManager.CloudType">
          <a class="xref" href="C1.Web.Mvc.FileManager.CloudType.html#C1_Web_Mvc_FileManager_CloudType">CloudType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of cloud will be supported by FileManager</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FileManager_ContainerName" data-uid="C1.Web.Mvc.FileManager.ContainerName">
          <a class="xref" href="C1.Web.Mvc.FileManager.ContainerName.html#C1_Web_Mvc_FileManager_ContainerName">ContainerName</a>
        </td>
        <td class="markdown level1 summary"><p>Use only for Azure, OneDrive cloud.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FileManager_FileExtentionImageFormater" data-uid="C1.Web.Mvc.FileManager.FileExtentionImageFormater">
          <a class="xref" href="C1.Web.Mvc.FileManager.FileExtentionImageFormater.html#C1_Web_Mvc_FileManager_FileExtentionImageFormater">FileExtentionImageFormater</a>
        </td>
        <td class="markdown level1 summary"><p>Function to return image path for each file extention.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FileManager_HostUrl" data-uid="C1.Web.Mvc.FileManager.HostUrl">
          <a class="xref" href="C1.Web.Mvc.FileManager.HostUrl.html#C1_Web_Mvc_FileManager_HostUrl">HostUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Host Url of machine which host the server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FileManager_InitPath" data-uid="C1.Web.Mvc.FileManager.InitPath">
          <a class="xref" href="C1.Web.Mvc.FileManager.InitPath.html#C1_Web_Mvc_FileManager_InitPath">InitPath</a>
        </td>
        <td class="markdown level1 summary"><p>Initial path of cloud. (obsolete) please use Root Folder and Container Name (of Azure) instead.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FileManager_IsReadOnly" data-uid="C1.Web.Mvc.FileManager.IsReadOnly">
          <a class="xref" href="C1.Web.Mvc.FileManager.IsReadOnly.html#C1_Web_Mvc_FileManager_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether user can only read content of control or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FileManager_RootFolder" data-uid="C1.Web.Mvc.FileManager.RootFolder">
          <a class="xref" href="C1.Web.Mvc.FileManager.RootFolder.html#C1_Web_Mvc_FileManager_RootFolder">RootFolder</a>
        </td>
        <td class="markdown level1 summary"><p>Path of root folder.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
