Dynamicweb 8 Documentation
DeleteSettingsByDefinition(Int32,Boolean) Method

Filter definition ID.
INdicates whether to clear the cache after all settings has been deleted.
Deletes all settings that belong to the given filter definition.
Syntax
'Declaration
 
Public Overloads Shared Sub DeleteSettingsByDefinition( _ 
   ByVal definitionID As Integer, _ 
   ByVal clearCache As Boolean _ 
) 
public static void DeleteSettingsByDefinition( 
   int definitionID,
   bool clearCache 
)

Parameters

definitionID
Filter definition ID.
clearCache
INdicates whether to clear the cache after all settings has been deleted.
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