namespace Umbraco.Web.Trees { /// /// Common query string parameters used for tree query strings /// internal struct TreeQueryStringParameters { public const string IsDialog = "isDialog"; public const string Application = "application"; //public const string OnNodeClick = "OnNodeClick"; //public const string RenderParent = "RenderParent"; } }