Dynamicweb 8 Documentation
DeleteSettingsByGroup(String,String,Boolean) Method

An ID of the group.
Language ID.
Indicates whether to clear the cache after all settings have been deleted.
Deletes all settings that belong to the given group.
Syntax
'Declaration
 
Public Overloads Shared Sub DeleteSettingsByGroup( _ 
   ByVal groupID As String, _ 
   ByVal languageID As String, _ 
   ByVal clearCache As Boolean _ 
) 
public static void DeleteSettingsByGroup( 
   string groupID,
   string languageID,
   bool clearCache 
)

Parameters

groupID
An ID of the group.
languageID
Language ID.
clearCache
Indicates whether to clear the cache after all settings have been deleted.
Exceptions
ExceptionDescription
System.ArgumentNullExceptiongroupID is null.
System.ArgumentExceptiongroupID 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