CefRuntime GetPath Method Xilium.CefGlue

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

Retrieve the path associated with the specified |key|. Returns true on success. 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 string GetPath(
	CefPathKey pathKey
)

Parameters

pathKey
Type: Xilium.CefGlue CefPathKey

[Missing <param name="pathKey"/> documentation for "M:Xilium.CefGlue.CefRuntime.GetPath(Xilium.CefGlue.CefPathKey)"]

Return Value

Type: OnlineString

[Missing <returns> documentation for "M:Xilium.CefGlue.CefRuntime.GetPath(Xilium.CefGlue.CefPathKey)"]

See Also