Added the permissions checks in the new content tree including start node rendering

This commit is contained in:
Shannon
2013-07-30 15:30:04 +10:00
parent 2d38938d86
commit 217bcaf625
7 changed files with 98 additions and 37 deletions

View File

@@ -6,7 +6,8 @@
internal struct TreeQueryStringParameters
{
public const string DialogMode = "DialogMode";
public const string OnNodeClick = "OnNodeClick";
public const string RenderParent = "RenderParent";
public const string Application = "application";
//public const string OnNodeClick = "OnNodeClick";
//public const string RenderParent = "RenderParent";
}
}