Dynamicweb 8 Documentation
DeleteSettingsByGroup(Group) Method

eCommerce product group.
Deletes all settings that belong to the given group and clears the cache afterwards.
Syntax
'Declaration
 
Public Overloads Shared Sub DeleteSettingsByGroup( _ 
   ByVal group As Group _ 
) 
public static void DeleteSettingsByGroup( 
   Group group 
)

Parameters

group
eCommerce product group.
Exceptions
ExceptionDescription
System.ArgumentNullExceptiongroup 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