CefSettingsBaseUserDataPath Property |
Version 98.1.210
The location where user data such as the Widevine CDM module and spell checking dictionary files will be stored on disk.
If this value is empty then "Local Settings\Application Data\CEF\User Data" directory under the user profile directory
will be used. If this value is non-empty then it must be an absolute path.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 98.1.210.0
Syntax public string UserDataPath { get; set; }
public:
property String^ UserDataPath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also