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

Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetNodeSelectorDataSource ( TreeMetadata>.this registeredTrees, System.Guid treeId ) : INodeSelectorDataSource

Returns the INodeSelectorDataSource for the tree requested, if the tree does not support this then an exception will be thrown.

Method Details

GetNodeSelectorDataSource() public static method

Returns the INodeSelectorDataSource for the tree requested, if the tree does not support this then an exception will be thrown.
public static GetNodeSelectorDataSource ( TreeMetadata>.this registeredTrees, System.Guid treeId ) : INodeSelectorDataSource
registeredTrees TreeMetadata>.this
treeId System.Guid
return INodeSelectorDataSource