Version

ClearCacheInformation() Method

Clears the cached nodes collection for this NodesManager.
Syntax
'Declaration
 
Public Overloads Sub ClearCacheInformation() 
public void ClearCacheInformation()
Remarks
The NodesManager retains information, linking the data that the node is generated from and the node. This information is retained even if the underlying object is removed, so that if the same object appears again in the collection the node can be brought back. If you wish to completely reset this association, this method can be called, however it will remove all associations.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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