SaaS CMS has officially launched! Learn more now.

Interface ISearchRootsResolver

Namespace: EPiServer.Shell.UI.Rest.Internal
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public interface ISearchRootsResolver

Methods

GetSearchRoots(String)

Declaration
IEnumerable<string> GetSearchRoots(string searchArea)
Parameters
Type Name Description
System.String searchArea
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

Extension Methods