Dynamicweb 8 Documentation
GetProductsByGroups(GroupCollection,Boolean) Method

The groups.
if set to true current context is frontend.
Gets the products from groups for the specified language ID. See GetProductsByGroups(GroupCollection,String,Boolean) for example.
Syntax
'Declaration
 
Public Overloads Shared Function GetProductsByGroups( _ 
   ByVal groups As GroupCollection, _ 
   ByVal isFrontEnd As Boolean _ 
) As ProductCollection
public static ProductCollection GetProductsByGroups( 
   GroupCollection groups,
   bool isFrontEnd 
)

Parameters

groups
The groups.
isFrontEnd
if set to true current context is frontend.
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

Product Class
Product Members
Overload List

Send Feedback