Dynamicweb 8 Documentation
GetCollection Method (RelatedProductListProvider)

The RelatedProductListProviderEventArgs instance containing the event data. Current product, Products in the list, The actual group, Collection of groups
This method is called for each RelatedProductListProvider and the loop is handled in the frontend renderer.
Syntax
'Declaration
 
Public MustOverride Function GetCollection( _ 
   ByVal eventArgs As RelatedProductListProviderEventArgs _ 
) As ProductCollection
public abstract ProductCollection GetCollection( 
   RelatedProductListProviderEventArgs eventArgs 
)

Parameters

eventArgs
The RelatedProductListProviderEventArgs instance containing the event data. Current product, Products in the list, The actual group, Collection of groups

Return Value

A collection 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

RelatedProductListProvider Class
RelatedProductListProvider Members

Send Feedback