Dynamicweb 8 Documentation
Remove(VariantGroup,Boolean) Method

The variant group.
if set to true remove group.
Removes the specified variant group.
Syntax
'Declaration
 
Public Overloads Sub Remove( _ 
   ByVal vGrp As VariantGroup, _ 
   ByVal removeGroup As Boolean _ 
) 
public void Remove( 
   VariantGroup vGrp,
   bool removeGroup 
)

Parameters

vGrp
The variant group.
removeGroup
if set to true remove group.
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

VariantGroupCollection Class
VariantGroupCollection Members
Overload List

Send Feedback