Click or drag to resize

CefV8ValueSetUserData Method

Sets the user data for this object and returns true on success. Returns false if this method is called incorrectly. This method can only be called on user created objects.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SetUserData(
	CefUserData userData
)

Parameters

userData
Type: Internal.Xilium.CefGlueCefUserData

Return Value

Type: Boolean
See Also