Dynamicweb 8 Documentation
DeleteOptionsByGroup(String,String) Method

An ID of the group.
Language ID.
Deletes all options that belong to the given group and clears the cache afterwards.
Syntax
'Declaration
 
Public Overloads Shared Sub DeleteOptionsByGroup( _ 
   ByVal groupID As String, _ 
   ByVal languageID As String _ 
) 
public static void DeleteOptionsByGroup( 
   string groupID,
   string languageID 
)

Parameters

groupID
An ID of the group.
languageID
Language ID.
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

GroupFilterOption Class
GroupFilterOption Members
Overload List

Send Feedback