ITreeEntityCRUDServiceProxyMoveNodeProxyAsync Method

移动节点的代理方法。

Definition

Namespace: QuickAdmin.Service.CRUD
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
Task<IServiceResult> MoveNodeProxyAsync(
	object id,
	object toParentId,
	CancellationToken cancellationToken = default
)

Parameters

id  object
要移动的节点 Id
toParentId  object
目的父节点的 Id,即要将节点移动到哪个父节点下。null 表示移到根节点。
cancellationToken  CancellationToken  (Optional)
用于取消操作的令牌。

Return Value

TaskIServiceResult
服务调用结果。

See Also