Class PropertyExternalContentReferenceIndexer
Implementation of softlink handling for Content
Inheritance
System.Object
PropertyExternalContentReferenceIndexer
Namespace: EPiServer.SpecializedProperties.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class PropertyExternalContentReferenceIndexer : Object, IPropertySoftLinkIndexer<ContentReference>, IPropertySoftLinkIndexer
Constructors
PropertyExternalContentReferenceIndexer(IPermanentLinkMapper, SoftLinkFactory)
Initializes a new instance of the Property
Declaration
public PropertyExternalContentReferenceIndexer(IPermanentLinkMapper permanentLinkMapper, SoftLinkFactory softLinkFactory)
Parameters
Type | Name | Description |
---|---|---|
IPermanent |
permanentLinkMapper | |
Soft |
softLinkFactory |
Methods
ResolveReferences(ContentReference, IContent)
Returns Soft
Declaration
public virtual IEnumerable<SoftLink> ResolveReferences(ContentReference contentLink, IContent owner)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | |
IContent | owner |
Returns
Type | Description |
---|---|
System. |