Dynamicweb 8 Documentation
Delete(Int32,Boolean) Method

Database row ID.
Value indicating whether to clear cache after the option has been deleted.
Deletes the given option.
Syntax
'Declaration
 
Public Overloads Sub Delete( _ 
   ByVal id As Integer, _ 
   ByVal clearCache As Boolean _ 
) 
public void Delete( 
   int id,
   bool clearCache 
)

Parameters

id
Database row ID.
clearCache
Value indicating whether to clear cache after the option 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

GroupFilterOption Class
GroupFilterOption Members
Overload List

Send Feedback