Dynamicweb 8 Documentation
Save(Boolean) Method

Value indicating whether to clear cache after the option has been saved.
Saves the option.
Syntax
'Declaration
 
Public Overloads Sub Save( _ 
   ByVal clearCache As Boolean _ 
) 
public void Save( 
   bool clearCache 
)

Parameters

clearCache
Value indicating whether to clear cache after the option has been saved.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionGroup or Definition is either null or non-existant.
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