DeptServiceSetDeptPathsAsync Method

设置列表中各实体的部门路径属性。

Definition

Namespace: QuickAdmin.Service.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.10
C#
public virtual Task SetDeptPathsAsync(
	IList<IDeptRelatedEntityWithDeptPath> deptPathEntities,
	CancellationToken cancellationToken = default
)

Parameters

deptPathEntities  IListIDeptRelatedEntityWithDeptPath
实体列表。
cancellationToken  CancellationToken  (Optional)
用于取消操作的令牌。

Return Value

Task

Implements

IDeptServiceSetDeptPathsAsync(IListIDeptRelatedEntityWithDeptPath, CancellationToken)

See Also