Try our conversational search powered by Generative AI!

Interface IContentTypeAdvisor

Namespace: EPiServer.Cms.Shell.UI.Rest
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface IContentTypeAdvisor

Methods

GetSuggestions(IContent, Boolean, IEnumerable<String>)

Declaration
IEnumerable<int> GetSuggestions(IContent parent, bool contentFolder, IEnumerable<string> requestedTypes)
Parameters
Type Name Description
IContent parent
System.Boolean contentFolder
System.Collections.Generic.IEnumerable<System.String> requestedTypes
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Int32>

Extension Methods