@@ -56,17 +56,14 @@ public class FileMetadata : Metadata
5656 /// behavior will match the path provided in the Core API v1, and at least the last
5757 /// path component will have the correct casing. Changes to only the casing of paths
5858 /// won't be returned by <see
59- /// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
6059 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />. This
6160 /// field will be null if the file or folder is not mounted.</param>
6261 /// <param name="parentSharedFolderId">Please use <see
6362 /// cref="Dropbox.Api.Files.FileSharingInfo.ParentSharedFolderId" /> or <see
6463 /// cref="Dropbox.Api.Files.FolderSharingInfo.ParentSharedFolderId" /> instead.</param>
6564 /// <param name="mediaInfo">Additional information if the file is a photo or video.
6665 /// This field will not be set on entries returned by <see
67- /// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
6866 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" />, <see
69- /// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
7067 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />, or <see
7168 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetThumbnailBatchAsync" />, starting
7269 /// December 2, 2019.</param>
@@ -81,7 +78,6 @@ public class FileMetadata : Metadata
8178 /// properties with the property template specified.</param>
8279 /// <param name="hasExplicitSharedMembers">This flag will only be present if
8380 /// include_has_explicit_shared_members is true in <see
84- /// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
8581 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or <see
8682 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this flag
8783 /// is present, it will be true if this file has any explicit shared members. This is
@@ -210,9 +206,7 @@ public FileMetadata()
210206 /// <summary>
211207 /// <para>Additional information if the file is a photo or video. This field will not
212208 /// be set on entries returned by <see
213- /// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
214209 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" />, <see
215- /// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
216210 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />, or <see
217211 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetThumbnailBatchAsync" />, starting
218212 /// December 2, 2019.</para>
@@ -249,12 +243,11 @@ public FileMetadata()
249243
250244 /// <summary>
251245 /// <para>This flag will only be present if include_has_explicit_shared_members is
252- /// true in <see cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
253- /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or <see
254- /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this flag
255- /// is present, it will be true if this file has any explicit shared members. This is
256- /// different from sharing_info in that this could be true in the case where a file
257- /// has explicit members but is not contained within a shared folder.</para>
246+ /// true in <see cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or
247+ /// <see cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this
248+ /// flag is present, it will be true if this file has any explicit shared members.
249+ /// This is different from sharing_info in that this could be true in the case where a
250+ /// file has explicit members but is not contained within a shared folder.</para>
258251 /// </summary>
259252 public bool ? HasExplicitSharedMembers { get ; protected set ; }
260253
0 commit comments