Class ContentAreaIndexer
Implementation of softlink parsing for ContentArea.
Implements
Inherited Members
Namespace: EPiServer.SpecializedProperties.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class ContentAreaIndexer : XhtmlStringIndexer, IPropertySoftLinkIndexer<XhtmlString>, IPropertySoftLinkIndexer<ContentArea>, IPropertySoftLinkIndexer
Constructors
ContentAreaIndexer(IPermanentLinkMapper, SoftLinkFactory)
Initializes a new instance of the Content
Declaration
public ContentAreaIndexer(IPermanentLinkMapper permanentLinkMapper, SoftLinkFactory softLinkFactory)
Parameters
Type | Name | Description |
---|---|---|
IPermanent |
permanentLinkMapper | |
Soft |
softLinkFactory |
Methods
ResolveReferences(ContentArea, IContent)
Returns Soft
Declaration
public virtual IEnumerable<SoftLink> ResolveReferences(ContentArea contentArea, IContent owner)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentArea | |
IContent | owner |
Returns
Type | Description |
---|---|
System. |