Dynamicweb 8 Documentation
Detail Constructor(String,String,String)

ID of Detail row
Related product ID
Product variant ID
Creates Detail object using detail ID, related product ID and variant ID
Syntax
'Declaration
 
Public Function New( _ 
   ByVal IdStr As String, _ 
   ByVal prodId As String, _ 
   ByVal varId As String _ 
)
public Detail( 
   string IdStr,
   string prodId,
   string varId 
)

Parameters

IdStr
ID of Detail row
prodId
Related product ID
varId
Product variant ID
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

Detail Class
Detail Members
Overload List

Send Feedback