CefSettingsFactoryCreate(String, String, String, String) Method

Creates a new instance of the API Settings class.

Definition

Namespace: StreetSmart.Common.Factories
Assemblies:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
  StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
C#
public static IAPISettings Create(
	string cachePath,
	string browserSubprocessPath = null,
	string localesDirPath = null,
	string resourcesDirPath = null
)

Parameters

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.

Return Value

IAPISettings
API Settings class

Version Information

Supported in: 18.7

See Also