CefSettingsFactoryCreate(String, String, String, String) Method
Creates a new instance of the API Settings class.
Namespace: StreetSmart.Common.FactoriesAssembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
public static IAPISettings Create(
string cachePath,
string browserSubprocessPath = null,
string localesDirPath = null,
string resourcesDirPath = null
)
- cachePath String
- The location where cache data will be stored on disk.
- browserSubprocessPath String (Optional)
- The path to a separate executable that will be launched for sub-processes.
- localesDirPath String (Optional)
- The fully qualified path for the locales directory.
- resourcesDirPath String (Optional)
- The fully qualified path for the resources directory.
IAPISettingsAPI Settings class
Supported in: 18.7