Dynamicweb 8 Documentation
ResolveDataItems Method

A list of index entries to resolve products against.
Retrieves a list of products by the specified list of index entries.
Syntax
'Declaration
 
Public Overrides Function ResolveDataItems( _ 
   ByVal entries As IEnumerable(Of IndexEntry) _ 
) As IEnumerable(Of Object)
public override IEnumerable<object> ResolveDataItems( 
   IEnumerable<IndexEntry> entries 
)

Parameters

entries
A list of index entries to resolve products against.

Return Value

A list of products.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductIndexer Class
ProductIndexer Members
Base Implementation in ResolveDataItems

Send Feedback