Dynamicweb 8 Documentation
Replace Method

Product index.
Product to be placed at the specified index.
Replaces the product at specified position with another one.
Syntax
'Declaration
 
Public Sub Replace( _ 
   ByVal index As Integer, _ 
   ByVal data As Product _ 
) 
public void Replace( 
   int index,
   Product data 
)

Parameters

index
Product index.
data
Product to be placed at the specified index.
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

ProductCollection Class
ProductCollection Members

Send Feedback