Dynamicweb 8 Documentation
Contains(VariantGroup,Boolean) Method

The v GRP.
if set to true [loop groups].
Determines whether the collection contains the specified variant group.
Syntax
'Declaration
 
Public Overloads Function Contains( _ 
   ByVal vGrp As VariantGroup, _ 
   ByVal loopGroups As Boolean _ 
) As Boolean
public bool Contains( 
   VariantGroup vGrp,
   bool loopGroups 
)

Parameters

vGrp
The v GRP.
loopGroups
if set to true [loop groups].

Return Value

true if [contains] [the specified v GRP]; otherwise, false.
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