Take the community feedback survey now.

Class ContentAreaIndexer

Implementation of softlink parsing for ContentArea.

Inheritance
System.Object
ContentAreaIndexer
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.SpecializedProperties
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class ContentAreaIndexer : XhtmlStringIndexer, IPropertySoftLinkIndexer<XhtmlString>, IPropertySoftLinkIndexer<ContentArea>, IPropertySoftLinkIndexer

Constructors

ContentAreaIndexer(IPermanentLinkMapper)

Constructor

Declaration
public ContentAreaIndexer(IPermanentLinkMapper permanentLinkMapper)
Parameters
Type Name Description
IPermanentLinkMapper permanentLinkMapper

Methods

ResolveReferences(ContentArea, IContent)

Returns SoftLink references for all items in the ContentArea.

Declaration
public virtual IEnumerable<SoftLink> ResolveReferences(ContentArea contentArea, IContent owner)
Parameters
Type Name Description
ContentArea contentArea
IContent owner
Returns
Type Description
System.Collections.Generic.IEnumerable<SoftLink>

Implements

Extension Methods