A helper class that is used by both the Media and Content enabled NodeSelector trees in order to not duplicate a ton of code.
コード例 #1
0
 public NodeSelectorMediaTreeController(IBackOfficeRequestContext requestContext)
     : base(requestContext)
 {
     _helper = new NodeSelectorContentTreeControllerHelper(GetHiveProvider, EnsureInitialized, GetTreeNodeAlias, BackOfficeRequestContext);
 }
コード例 #2
0
 public NodeSelectorContentTreeController(IBackOfficeRequestContext requestContext)
     : base(requestContext)
 {
     _helper = new NodeSelectorContentTreeControllerHelper(GetHiveProvider, EnsureInitialized, GetTreeNodeAlias, BackOfficeRequestContext);
 }