CefSettingsFactoryCreate(String, String, String, String) Method

Creates a new instance of the API Settings class.

Definition

Namespace: StreetSmart.Common.Factories
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
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