Dynamicweb 8 Documentation
Save(Boolean) Method

if set to true update cache.
Saves the data to the database and updates cache if required.
Syntax
'Declaration
 
Public Overloads Sub Save( _ 
   ByVal updateCache As Boolean _ 
) 
public void Save( 
   bool updateCache 
)

Parameters

updateCache
if set to true update cache.
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

Page Class
Page Members
Overload List

Send Feedback