Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
a13a38a482
commit
0b6ba5aa52
@@ -44,7 +44,7 @@ namespace Umbraco.Web.Trees
|
||||
/// All of the query string parameters passed from jsTree
|
||||
/// </param>
|
||||
/// <remarks>
|
||||
/// We are allowing an arbitrary number of query strings to be pased in so that developers are able to persist custom data from the front-end
|
||||
/// We are allowing an arbitrary number of query strings to be passed in so that developers are able to persist custom data from the front-end
|
||||
/// to the back end to be used in the query for model data.
|
||||
/// </remarks>
|
||||
protected abstract TreeNodeCollection GetTreeNodes(string id, FormDataCollection queryStrings);
|
||||
@@ -115,7 +115,7 @@ namespace Umbraco.Web.Trees
|
||||
/// </param>
|
||||
/// <returns>JSON markup for jsTree</returns>
|
||||
/// <remarks>
|
||||
/// We are allowing an arbitrary number of query strings to be pased in so that developers are able to persist custom data from the front-end
|
||||
/// We are allowing an arbitrary number of query strings to be passed in so that developers are able to persist custom data from the front-end
|
||||
/// to the back end to be used in the query for model data.
|
||||
/// </remarks>
|
||||
[HttpQueryStringFilter("queryStrings")]
|
||||
@@ -389,7 +389,7 @@ namespace Umbraco.Web.Trees
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// An event that allows developers to modify the meun that is being rendered
|
||||
/// An event that allows developers to modify the menu that is being rendered
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Developers can add/remove/replace/insert/update/etc... any of the tree items in the collection.
|
||||
|
||||
Reference in New Issue
Block a user