IDirectoryCacheFolder Property |
Gets or sets the folder whose content should be cached. Setting a new folder name erases the current
cache and forces the caching on a background thread of the filesnames in the new folder.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string Folder { get; set; }
Property Folder As String
Get
Set
property String^ Folder {
String^ get ();
void set (String^ value);
}
abstract Folder : string with get, set
Property Value
Type:
StringSee Also