Class CatalogContentReferencedStore
Inheritance
System.Object
CatalogContentReferencedStore
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CatalogContentReferencedStore : LinkStoreBase
Constructors
CatalogContentReferencedStore(IContentLoader, ReferenceConverter, IContentRepository, IRelationRepository, UIDescriptorRegistry, AncestorReferencesLoader)
Declaration
public CatalogContentReferencedStore(IContentLoader contentLoader, ReferenceConverter referenceConverter, IContentRepository contentRepository, IRelationRepository relationRepository, UIDescriptorRegistry uiDescriptorRegistry, AncestorReferencesLoader ancestorReferencesLoader)
Parameters
Type |
Name |
Description |
EPiServer.IContentLoader |
contentLoader |
|
ReferenceConverter |
referenceConverter |
|
EPiServer.IContentRepository |
contentRepository |
|
IRelationRepository |
relationRepository |
|
EPiServer.Shell.UIDescriptorRegistry |
uiDescriptorRegistry |
|
EPiServer.Web.Routing.AncestorReferencesLoader |
ancestorReferencesLoader |
|
Methods
Get(IList<ContentReference>)
Declaration
public ActionResult Get(IList<ContentReference> ids)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<EPiServer.Core.ContentReference> |
ids |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|