Try our conversational search powered by Generative AI!

Interface IContentTypeModelFilter

Filter the models to register.

Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface IContentTypeModelFilter

Methods

Filter(IList<Type>)

Declaration
IList<Type> Filter(IList<Type> types)
Parameters
Type Name Description
System.Collections.Generic.IList<System.Type> types
Returns
Type Description
System.Collections.Generic.IList<System.Type>

Extension Methods