Dynamicweb 8 Documentation
GetSettingsByGroup(Group) Method

A eCommerce product group to return filter settings for.
Returns a collection of group filter settings for the given group.
Syntax
'Declaration
 
Public Overloads Shared Function GetSettingsByGroup( _ 
   ByVal group As Group _ 
) As IEnumerable(Of GroupFilterSetting)
public static IEnumerable<GroupFilterSetting> GetSettingsByGroup( 
   Group group 
)

Parameters

group
A eCommerce product group to return filter settings for.

Return Value

A collection of group filter settings for the given group.
Exceptions
ExceptionDescription
System.ArgumentNullExceptiongroup is null or group ID is null.
System.ArgumentExceptiongroup ID is an empty string.
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

GroupFilterSetting Class
GroupFilterSetting Members
Overload List

Send Feedback