You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs for iFolder class mistakenly treats "hierarchy" for "hiarchy". This can make more difficult for users searching for "hiearchy" to find the right docs.
/// Ensures a (hiarchy) of folders exists on a given folder
291
+
/// Ensures a (hierarchy) of folders exists on a given folder
292
292
/// </summary>
293
-
/// <param name="folderRelativeUrl">a (hiarchy) of folders (e.g. folderA/folderB/FolderC) </param>
293
+
/// <param name="folderRelativeUrl">a (hierarchy) of folders (e.g. folderA/folderB/FolderC) </param>
294
294
/// <param name="expressions">Expressions needed to create the request, only used when the folder exists, if the returned folder was newly created the default properties are returned</param>
295
-
/// <returns>The <see cref="IFolder"/> representing the final folder in the hiarchy (e.g. FolderC)</returns>
295
+
/// <returns>The <see cref="IFolder"/> representing the final folder in the hierarchy (e.g. FolderC)</returns>
/// Ensures a (hiarchy) of folders exists on a given folder
299
+
/// Ensures a (hierarchy) of folders exists on a given folder
300
300
/// </summary>
301
-
/// <param name="folderRelativeUrl">a (hiarchy) of folders (e.g. folderA/folderB/FolderC) </param>
301
+
/// <param name="folderRelativeUrl">a (hierarchy) of folders (e.g. folderA/folderB/FolderC) </param>
302
302
/// <param name="expressions">Expressions needed to create the request, only used when the folder exists, if the returned folder was newly created the default properties are returned</param>
303
-
/// <returns>The <see cref="IFolder"/> representing the final folder in the hiarchy (e.g. FolderC)</returns>
303
+
/// <returns>The <see cref="IFolder"/> representing the final folder in the hierarchy (e.g. FolderC)</returns>
0 commit comments