C# Class Rebel.Cms.Web.PropertyEditors.NodeSelector.NodeSelectorUtilityController

A utility controller for the NodeSelector
Inheritance: Rebel.Cms.Web.Mvc.Controllers.BackOffice.SecuredBackOfficeController
Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
NodeSelectorUtilityController ( IBackOfficeRequestContext requestContext ) : System

Private Methods

Method Description
GetMediaUrl ( HiveId id, System.Guid treeId, string attributeAlias ) : System.Web.Mvc.JsonResult
GetPath ( HiveId id, System.Guid treeId ) : System.Web.Mvc.JsonResult
GetTooltipContent ( HiveId id, System.Guid treeId ) : System.Web.Mvc.JsonResult
IsNodeSelectable ( HiveId dataTypeId, HiveId nodeId, System.Guid treeId ) : System.Web.Mvc.JsonResult

Method Details

NodeSelectorUtilityController() public method

public NodeSelectorUtilityController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
return System