<?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 Issue with ListFolderAsync() ,windows form appliocation c# Dropbox api in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Issue-with-ListFolderAsync-windows-form-appliocation-c-Dropbox/m-p/381312#M876</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm using ListFolderAsync() to fetch all files from particular folder of DropBox.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;code : var list = await dbx.Files.ListFolderAsync(folderPath, true);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So,i am getting all path of files which is inside the folder and subfolders using&amp;nbsp;PathDisplay.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;code :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;foreach (var item in list.Entries.Where(i =&amp;gt; i.IsFile))&lt;BR /&gt;{&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;listBox1.Items.Add("Name :" + item.PathDisplay); }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But all file pathDisplay not coming in order means first few file path of main folder afterthat some subfolder file path and again main folder file paths, So how can i get filespath in order like first subfolder file paths and than main folder files paths?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 20:25:12 GMT</pubDate>
    <dc:creator>anonymous</dc:creator>
    <dc:date>2019-12-03T20:25:12Z</dc:date>
    <item>
      <title>Issue with ListFolderAsync() ,windows form appliocation c# Dropbox api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Issue-with-ListFolderAsync-windows-form-appliocation-c-Dropbox/m-p/381312#M876</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm using ListFolderAsync() to fetch all files from particular folder of DropBox.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;code : var list = await dbx.Files.ListFolderAsync(folderPath, true);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So,i am getting all path of files which is inside the folder and subfolders using&amp;nbsp;PathDisplay.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;code :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;foreach (var item in list.Entries.Where(i =&amp;gt; i.IsFile))&lt;BR /&gt;{&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;listBox1.Items.Add("Name :" + item.PathDisplay); }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But all file pathDisplay not coming in order means first few file path of main folder afterthat some subfolder file path and again main folder file paths, So how can i get filespath in order like first subfolder file paths and than main folder files paths?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 20:25:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Issue-with-ListFolderAsync-windows-form-appliocation-c-Dropbox/m-p/381312#M876</guid>
      <dc:creator>anonymous</dc:creator>
      <dc:date>2019-12-03T20:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ListFolderAsync() ,windows form appliocation c# Dropbox api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Issue-with-ListFolderAsync-windows-form-appliocation-c-Dropbox/m-p/381332#M877</link>
      <description>&lt;P&gt;Hi @anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@AEF569BFDD1DD3EB9180949D237CD92A/images/emoticons/1f600.png" alt=":grinning:" title=":grinning:" /&gt; When you make a call to a native OS API, are you receiving results ordered somehow? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@F55D1311E4D274BF094217A54A6087D3/images/emoticons/1f609.png" alt=":wink:" title=":wink:" /&gt; Every application arranges the result in a target sequence or use some library to achieve this.&lt;/P&gt;&lt;P&gt;Hope this helps to some extent.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:28:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Issue-with-ListFolderAsync-windows-form-appliocation-c-Dropbox/m-p/381332#M877</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-11-28T15:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ListFolderAsync() ,windows form appliocation c# Dropbox api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Issue-with-ListFolderAsync-windows-form-appliocation-c-Dropbox/m-p/381515#M879</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/262614"&gt;@Anonymous&lt;/a&gt; The&amp;nbsp;Dropbox API doesn't guarantee a particular ordering of folder list results,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;
&lt;P&gt;Like&amp;nbsp;Здравко said, you can apply whatever ordering you want in your application code.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 22:25:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Issue-with-ListFolderAsync-windows-form-appliocation-c-Dropbox/m-p/381515#M879</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-29T22:25:39Z</dc:date>
    </item>
  </channel>
</rss>

