SaaS CMS has officially launched! Learn more now.

Class UrlIndexer

Implementation of softlink indexing for Url properties

Inheritance
System.Object
UrlIndexer
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 UrlIndexer : IPropertySoftLinkIndexer<Url>, IPropertySoftLinkIndexer

Constructors

UrlIndexer(IPermanentLinkMapper)

Constructor

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

Methods

ResolveReferences(Url, IContent)

Returns SoftLink references for the Url property.

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

Implements

Extension Methods