160811e190
angular controllers, directives, services, resources since I'll be modifying them to work with the real data services. Then we'll have to merge back to the belle repo with the changes.
12 lines
378 B
C#
12 lines
378 B
C#
namespace Umbraco.Web.Trees
|
|
{
|
|
/// <summary>
|
|
/// Common query string parameters used for tree query strings
|
|
/// </summary>
|
|
internal struct TreeQueryStringParameters
|
|
{
|
|
public const string DialogMode = "DialogMode";
|
|
public const string OnNodeClick = "OnNodeClick";
|
|
public const string RenderParent = "RenderParent";
|
|
}
|
|
} |