Click or drag to resize

DOMClientMoveToAsync Method

Version 86.0.240

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

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<MoveToResponse> MoveToAsync(
	int nodeId,
	int targetNodeId,
	Nullable<int> insertBeforeNodeId = null
)

Parameters

nodeId
Type: SystemInt32

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

targetNodeId
Type: SystemInt32

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

insertBeforeNodeId (Optional)
Type: SystemNullableInt32

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

Return Value

Type: TaskMoveToResponse

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

See Also