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