<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ListFolderAsync Order Entries by Name in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/313393#M18611</link>
    <description>&lt;P&gt;I got this one running.&lt;/P&gt;&lt;PRE&gt;DropboxClient.Files.ListFolderAsync(&amp;lt;""&amp;gt;).Result.Entries&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Now how do I get the entries&amp;nbsp;listed by name in descending order? There's this &lt;STRONG&gt;OrderBy(of )&lt;/STRONG&gt; function on &lt;STRONG&gt;Entries&lt;/STRONG&gt; but I don't know what parameter to put.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:09:10 GMT</pubDate>
    <dc:creator>Coffeecat</dc:creator>
    <dc:date>2019-05-29T09:09:10Z</dc:date>
    <item>
      <title>ListFolderAsync Order Entries by Name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/313393#M18611</link>
      <description>&lt;P&gt;I got this one running.&lt;/P&gt;&lt;PRE&gt;DropboxClient.Files.ListFolderAsync(&amp;lt;""&amp;gt;).Result.Entries&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Now how do I get the entries&amp;nbsp;listed by name in descending order? There's this &lt;STRONG&gt;OrderBy(of )&lt;/STRONG&gt; function on &lt;STRONG&gt;Entries&lt;/STRONG&gt; but I don't know what parameter to put.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/313393#M18611</guid>
      <dc:creator>Coffeecat</dc:creator>
      <dc:date>2019-05-29T09:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: ListFolderAsync Order Entries by Name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/313589#M18616</link>
      <description>&lt;P&gt;To list the contents of a particular path, make sure you implement both&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_blank"&gt;ListFolderAsync&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderContinueAsync_1.htm" target="_blank"&gt;ListFolderContinueAsync&lt;/A&gt;, as described in &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_blank"&gt;the&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_blank"&gt;ListFolderAsync documentation&lt;/A&gt;. You aren't guaranteed to get everything in one call, so you need to process everything, using both methods, as described there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once you've retrieved all of the entries and processed them as instructed, you can sort the results however you want. Exactly how you would do so depends on your app, but it sounds like you probably want to sort by&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Files_Metadata_Name.htm" target="_blank"&gt;Metadata.Name&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 14:58:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/313589#M18616</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-26T14:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: ListFolderAsync Order Entries by Name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/588943#M27431</link>
      <description>&lt;P&gt;ListFolderAsync function is bad ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the site show:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dropdev_0-1649281916582.png" style="width: 200px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/28590i9985AFCD40E19826/image-size/small?v=v2&amp;amp;px=200" role="button" title="dropdev_0-1649281916582.png" alt="dropdev_0-1649281916582.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the&amp;nbsp;ListFolderAsync function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dropdev_2-1649281959540.png" style="width: 200px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/28592iD19167D9EAEB183B/image-size/small?v=v2&amp;amp;px=200" role="button" title="dropdev_2-1649281959540.png" alt="dropdev_2-1649281959540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;why??&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 21:53:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/588943#M27431</guid>
      <dc:creator>dropdev</dc:creator>
      <dc:date>2022-04-06T21:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: ListFolderAsync Order Entries by Name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/589092#M27439</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1532667"&gt;@dropdev&lt;/a&gt; The Dropbox web site does not work exactly the same way as the Dropbox API. The ListFolder[Continue] functionality does not guarantee a particular ordering. Make sure you implement the API calls &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_self"&gt;as documented&lt;/A&gt; to make sure you get a correct representation of the listing. You can then apply whatever sorting/ordering you want client-side.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 14:52:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ListFolderAsync-Order-Entries-by-Name/m-p/589092#M27439</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-07T14:52:16Z</dc:date>
    </item>
  </channel>
</rss>

