Click or drag to resize

DOMClientCollectClassNamesFromSubtreeAsync Method

Version 118.6.80
Collects class names for the node with given id and all of it's child nodes.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<CollectClassNamesFromSubtreeResponse> CollectClassNamesFromSubtreeAsync(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Id of the node to collect class names.

Return Value

Type: TaskCollectClassNamesFromSubtreeResponse
returns System.Threading.Tasks.Task<CollectClassNamesFromSubtreeResponse>
See Also