Click or drag to resize

DOMClientCollectClassNamesFromSubtreeAsync Method

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

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.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