Dynamicweb 8 Documentation
ResetHash(HashType,Boolean) Method
Example 

An Enum value of the HashType Enum type indicating what frontend cache object to delete
Forces an update even if settings in management center says differently.
Deletes the Cache objects that holds the ether Page, Area, Style etc or Deletes All objects enumHashType. An Enum value of the HashType Enum type
Syntax
'Declaration
 
Public Overloads Shared Sub ResetHash( _ 
   ByVal enumHashType As Reset.HashType, _ 
   ByVal Force As Boolean _ 
) 
public static void ResetHash( 
   Reset.HashType enumHashType,
   bool Force 
)

Parameters

enumHashType
An Enum value of the HashType Enum type indicating what frontend cache object to delete
Force
Forces an update even if settings in management center says differently.
Example
'' Call the function without initialization
Dynamicweb.Frontend.Reset.ResetHash(Frontend.Reset.HashType.Page)
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

Reset Class
Reset Members
Overload List

Send Feedback