Click or drag to resize

DOMClientCollectClassNamesFromSubtreeAsync Method

Version 89.0.170
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: 89.0.170.0 (89.0.170.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