Click or drag to resize
IDirectoryCacheSetConfiguration Method
Assigns both Folder and CacheSubFolders simultaneously. Returns true if the assignment triggered a refresh of the cache.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool SetConfiguration(
	string folder,
	bool cacheSubFolders
)

Parameters

folder
Type: SystemString
cacheSubFolders
Type: SystemBoolean

Return Value

Type: Boolean
See Also