Dynamicweb 8 Documentation
Save(Boolean) Method

Value indicating whether to clear cache after the setting has been saved.
Saves the setting.
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 setting 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

GroupFilterSetting Class
GroupFilterSetting Members
Overload List

Send Feedback