CefRuntime AddWebPluginPath Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Add a plugin path (directory + file). This change may not take affect until after CefRefreshWebPlugins() is called. Can be called on any thread in the browser process.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public static void AddWebPluginPath(
	string path
)

Parameters

path
Type: OnlineSystem String

[Missing <param name="path"/> documentation for "M:Xilium.CefGlue.CefRuntime.AddWebPluginPath(System.String)"]

See Also