Dynamicweb 8 Documentation
DeleteOptionsByDefinition(String,String,Int32) Method

Group ID.
Language ID.
Filter definition ID.
Deletes all options that belong to the given eCommerce product group as well as the given filter definition and clears the cache afterwards.
Syntax
'Declaration
 
Public Overloads Shared Sub DeleteOptionsByDefinition( _ 
   ByVal groupID As String, _ 
   ByVal languageID As String, _ 
   ByVal definitionID As Integer _ 
) 
public static void DeleteOptionsByDefinition( 
   string groupID,
   string languageID,
   int definitionID 
)

Parameters

groupID
Group ID.
languageID
Language ID.
definitionID
Filter definition ID.
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

GroupFilterOption Class
GroupFilterOption Members
Overload List

Send Feedback