Class UrlIndexer
Implementation of softlink indexing for Url properties
Inheritance
System.Object
UrlIndexer
Namespace: EPiServer.SpecializedProperties.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class UrlIndexer : Object, IPropertySoftLinkIndexer<Url>, IPropertySoftLinkIndexer
Constructors
UrlIndexer(SoftLinkFactory)
Initializes a new instance of the Url
Declaration
public UrlIndexer(SoftLinkFactory softLinkFactory)
Parameters
Type | Name | Description |
---|---|---|
Soft |
softLinkFactory |
Methods
ResolveReferences(Url, IContent)
Returns Soft
Declaration
public virtual IEnumerable<SoftLink> ResolveReferences(Url url, IContent owner)
Parameters
Returns
Type | Description |
---|---|
System. |