Class CommerceReferencedContentResolver
Inheritance
System.Object
CommerceReferencedContentResolver
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CommerceReferencedContentResolver : ReferencedContentResolver
Constructors
CommerceReferencedContentResolver(IContentRepository, IContentReferenceModelCreator, IConnectionStringHandler, ReferenceConverter, IPermanentLinkMapper)
Declaration
public CommerceReferencedContentResolver(IContentRepository contentRepository, IContentReferenceModelCreator contentReferenceModelCreator, IConnectionStringHandler connectionStringHandler, ReferenceConverter referenceConverter, IPermanentLinkMapper linkMapper)
Parameters
Type |
Name |
Description |
EPiServer.IContentRepository |
contentRepository |
|
EPiServer.Cms.Shell.UI.Rest.IContentReferenceModelCreator |
contentReferenceModelCreator |
|
IConnectionStringHandler |
connectionStringHandler |
|
ReferenceConverter |
referenceConverter |
|
EPiServer.Web.IPermanentLinkMapper |
linkMapper |
|
Methods
GetReferenceList(ContentReference)
Declaration
public override IEnumerable<ContentReferenceModel> GetReferenceList(ContentReference contentReference)
Parameters
Type |
Name |
Description |
EPiServer.Core.ContentReference |
contentReference |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Cms.Shell.UI.Rest.Models.ContentReferenceModel> |
|