Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContentStoreModelCreatorExtensions

Inheritance
System.Object
ContentStoreModelCreatorExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public static class ContentStoreModelCreatorExtensions

Methods

CreateContentDataStoreModel<TModel>(IContentStoreModelCreator, IContent, DefaultQueryParameters)

Declaration
public static TModel CreateContentDataStoreModel<TModel>(this IContentStoreModelCreator contentStoreModelCreator, IContent content, DefaultQueryParameters queryParameters)
    where TModel : ContentDataStoreModelBase, new()
Parameters
Type Name Description
IContentStoreModelCreator contentStoreModelCreator
IContent content
DefaultQueryParameters queryParameters
Returns
Type Description
TModel
Type Parameters
Name Description
TModel