RanorexRanorex Documentation
UseFolderCache Property
NamespacesRanorex.CoreConfiguration..::.RepositoryConfigUseFolderCache
Gets or sets a value indicating whether to cache the element corresponding to a repository folder or not.
Declaration Syntax
C#Visual BasicVisual C++
public bool UseFolderCache { get; set; }
Public Property UseFolderCache As Boolean
public:
property bool UseFolderCache {
	bool get ();
	void set (bool value);
}
Value
true if the folder elements in a repository should be cached ; otherwise, false.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)