Interface IContentStoreModelCreator
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
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<TModel> |
|
Type Parameters
Extension Methods