Try our conversational search powered by Generative AI!

Interface IContentStoreModelCreator

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

Methods

CreateContentDataStoreModels<TModel>(IEnumerable<IContent>, DefaultQueryParameters)

Declaration
IEnumerable<TModel> CreateContentDataStoreModels<TModel>(IEnumerable<IContent> content, DefaultQueryParameters queryParameters)
    where TModel : ContentDataStoreModelBase, new()
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IContent> content
DefaultQueryParameters queryParameters
Returns
Type Description
System.Collections.Generic.IEnumerable<TModel>
Type Parameters
Name Description
TModel

Extension Methods