You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Interfaces > IProjectCenterUi Interface > IProjectCenterUi Methods > IProjectCenterUi.ForceDeleteChildren Method
Close
Ofcas.Lk.Api.Client - Version 3.0.2
IProjectCenterUi.ForceDeleteChildren Method

Force delete projects based on the given list of IProjectInfo. During the deletion process, user interfaces can be displayed inside this method for further control. The given entries will be deleted permanently. You can use DeleteChildren, if the entries should not be deleted permanently on the first call.

Syntax
C#
new IDeleteChildrenResult ForceDeleteChildren(IEnumerable<IProjectInfo> projectInfos);
Parameters
Description
IEnumerable<IProjectInfo> projectInfos
The list of IProjectInfo to be deleted.

Returns an IDeleteChildrenResult in which it is defined which projects have been completely deleted or which projects have been skipped.

Copyright © 2022. All rights reserved.