# C1.Web.Api.Storage.ListResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Storage_ListResult" data-uid="C1.Web.Api.Storage.ListResult" class="text-break">ListResult Class
</h1>
  <div class="markdown level0 summary"><p>Class for DeserializeObject</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">ListResult</span></div>
  </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_ListResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ListResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ListResult</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_Api_Storage_ListResult__ctor" data-uid="C1.Web.Api.Storage.ListResult.#ctor">
          <a class="xref" href="C1.Web.Api.Storage.ListResult.-ctor.html#C1_Web_Api_Storage_ListResult__ctor">ListResult()</a>
        </td>
        <td class="markdown level1 summary"></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_Api_Storage_ListResult_ItemID" data-uid="C1.Web.Api.Storage.ListResult.ItemID">
          <a class="xref" href="C1.Web.Api.Storage.ListResult.ItemID.html#C1_Web_Api_Storage_ListResult_ItemID">ItemID</a>
        </td>
        <td class="markdown level1 summary"><p>File ID</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Storage_ListResult_ModifiedDate" data-uid="C1.Web.Api.Storage.ListResult.ModifiedDate">
          <a class="xref" href="C1.Web.Api.Storage.ListResult.ModifiedDate.html#C1_Web_Api_Storage_ListResult_ModifiedDate">ModifiedDate</a>
        </td>
        <td class="markdown level1 summary"><p>Last Modified Date</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Storage_ListResult_Name" data-uid="C1.Web.Api.Storage.ListResult.Name">
          <a class="xref" href="C1.Web.Api.Storage.ListResult.Name.html#C1_Web_Api_Storage_ListResult_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>File type</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Storage_ListResult_Size" data-uid="C1.Web.Api.Storage.ListResult.Size">
          <a class="xref" href="C1.Web.Api.Storage.ListResult.Size.html#C1_Web_Api_Storage_ListResult_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>File Size</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Storage_ListResult_Type" data-uid="C1.Web.Api.Storage.ListResult.Type">
          <a class="xref" href="C1.Web.Api.Storage.ListResult.Type.html#C1_Web_Api_Storage_ListResult_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>File type</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
