IDirectoryCacheSetConfiguration Method |
Assigns both
Folder and
CacheSubFolders simultaneously. Returns true if the
assignment triggered a refresh of the cache.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool SetConfiguration(
string folder,
bool cacheSubFolders
)
Function SetConfiguration (
folder As String,
cacheSubFolders As Boolean
) As Boolean
bool SetConfiguration(
String^ folder,
bool cacheSubFolders
)
abstract SetConfiguration :
folder : string *
cacheSubFolders : bool -> bool
Parameters
- folder
- Type: SystemString
- cacheSubFolders
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also