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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SetUserData(
	CefUserData userData
)

Parameters

userData  CefUserData
 

Return Value

Boolean
See Also