Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class LinkItemCollectionIndexer

Implementation of softlink parsing for LinkItemCollection.

Inheritance
System.Object
LinkItemCollectionIndexer
Namespace: EPiServer.SpecializedProperties.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class LinkItemCollectionIndexer : Object, IPropertySoftLinkIndexer<LinkItemCollection>, IPropertySoftLinkIndexer

Constructors

LinkItemCollectionIndexer(SoftLinkFactory)

Initializes a new instance of the LinkItemCollectionIndexer class.

Declaration
public LinkItemCollectionIndexer(SoftLinkFactory softLinkFactory)
Parameters
Type Name Description
SoftLinkFactory softLinkFactory

Methods

ResolveReferences(LinkItemCollection, IContent)

Returns SoftLink references for link items that links to other content within same application in the LinkItemCollection.

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

Implements

Extension Methods