Dynamicweb 8 Documentation
HasProducts(Group) Method

Group object to check
Has given group any products inside or not
Syntax
'Declaration
 
Public Overloads Shared Function HasProducts( _ 
   ByVal group As Group _ 
) As Boolean
public static bool HasProducts( 
   Group group 
)

Parameters

group
Group object to check

Return Value

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

Group Class
Group Members
Overload List

Send Feedback