Dynamicweb 8 Documentation
ResetHash(HashType) Method
Example 

An Enum value of the HashType Enum type indicating what frontend cache object to delete
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 _ 
) 
public static void ResetHash( 
   Reset.HashType enumHashType 
)

Parameters

enumHashType
An Enum value of the HashType Enum type indicating what frontend cache object to delete
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