# C1.Web.Api.Storage.IStorage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Storage_IStorage" data-uid="C1.Web.Api.Storage.IStorage" class="text-break">IStorage Interface
</h1>
  <div class="markdown level0 summary"><p>The storage interface.</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.AspNetCore.Api.dll</h6>
  <h5 id="C1_Web_Api_Storage_IStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IStorage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IStorage</code></pre>
  </div>
  <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_Storage_IStorage_Exists" data-uid="C1.Web.Api.Storage.IStorage.Exists">
          <a class="xref" href="C1.Web.Api.Storage.IStorage.Exists.html#C1_Web_Api_Storage_IStorage_Exists">Exists</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified file exists.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Storage_IStorage_Name" data-uid="C1.Web.Api.Storage.IStorage.Name">
          <a class="xref" href="C1.Web.Api.Storage.IStorage.Name.html#C1_Web_Api_Storage_IStorage_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of storage.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
