Dynamicweb 8 Documentation
ContainsById Method

Group ID to find in the list
Does current list contain product group with given ID
Syntax
'Declaration
 
Public Function ContainsById( _ 
   ByVal groupId As String _ 
) As Boolean
public bool ContainsById( 
   string groupId 
)

Parameters

groupId
Group ID to find in the list

Return Value

Found or not found boolean flag
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

GroupCollection Class
GroupCollection Members

Send Feedback