# C1.Web.Api.Storage.IStorageProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Storage_IStorageProvider" data-uid="C1.Web.Api.Storage.IStorageProvider" class="text-break">IStorageProvider Interface
</h1>
  <div class="markdown level0 summary"><p>The base class of the storage provider.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Storage.html">C1.Web.Api.Storage</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.dll</h6>
  <h5 id="C1_Web_Api_Storage_IStorageProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IStorageProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IStorageProvider</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="C1_Web_Api_Storage_IStorageProvider_GetDirectoryStorage_System_String_System_Collections_Specialized_NameValueCollection_" data-uid="C1.Web.Api.Storage.IStorageProvider.GetDirectoryStorage(System.String,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="C1.Web.Api.Storage.IStorageProvider.GetDirectoryStorage.html#C1_Web_Api_Storage_IStorageProvider_GetDirectoryStorage_System_String_System_Collections_Specialized_NameValueCollection_">GetDirectoryStorage(string, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Web.Api.Storage.IDirectoryStorage.html">IDirectoryStorage</a> with specified name and arguments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Storage_IStorageProvider_GetFileStorage_System_String_System_Collections_Specialized_NameValueCollection_" data-uid="C1.Web.Api.Storage.IStorageProvider.GetFileStorage(System.String,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="C1.Web.Api.Storage.IStorageProvider.GetFileStorage.html#C1_Web_Api_Storage_IStorageProvider_GetFileStorage_System_String_System_Collections_Specialized_NameValueCollection_">GetFileStorage(string, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Web.Api.Storage.IFileStorage.html">IFileStorage</a> with specified name and arguments.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
