Dynamicweb 8 Documentation
Delete(String,String,String,String) Method

ID of Detail object to delete
Product language ID
Product ID
Product variant ID (optional)
Delete Detail object by row ID, language ID, product ID and optional product variant ID
Syntax
'Declaration
 
Public Overloads Sub Delete( _ 
   ByVal IdStr As String, _ 
   ByVal LangId As String, _ 
   ByVal prodId As String, _ 
   Optional ByVal varId As String _ 
) 
public void Delete( 
   string IdStr,
   string LangId,
   string prodId,
   string varId 
)

Parameters

IdStr
ID of Detail object to delete
LangId
Product language ID
prodId
Product ID
varId
Product variant ID (optional)
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