新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

[.NET] Issue with QueryAsync

回答済み
新規投稿

コメント

2件のコメント

  • mwiller

     By default, the Search API uses some fuzzy matching to find results; if you're looking for a more exact match, you can put double-quotes around your search term:

    BoxClientCompany.SearchManager.QueryAsync(query:="""" & document_id & """", type:="folder")

     

    Does that reduce the number of search results you get? 

    0
    コメントアクション パーマリンク
  • frederic999

    Hi,

     

    Much better. Box returns now the correct FolderID...

     

    Thanks, Fred

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。