Click or drag to resize

DOMClientRequestChildNodesAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.DOM.DOMClient.RequestChildNodesAsync(System.Int32,System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> RequestChildNodesAsync(
	int nodeId,
	Nullable<int> depth = null,
	Nullable<bool> pierce = null
)

Parameters

nodeId
Type: SystemInt32

[Missing <param name="nodeId"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.RequestChildNodesAsync(System.Int32,System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

depth (Optional)
Type: SystemNullableInt32

[Missing <param name="depth"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.RequestChildNodesAsync(System.Int32,System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

pierce (Optional)
Type: SystemNullableBoolean

[Missing <param name="pierce"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.RequestChildNodesAsync(System.Int32,System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.DOM.DOMClient.RequestChildNodesAsync(System.Int32,System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

See Also