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

Deletes a project based on the project info. During the deletion process, user interfaces can be displayed inside this method for further control. The project will be deleted permanently. You can use DeleteChild or DeleteChildren if a project should not be deleted permanently on the first call.

Syntax
C#
new IResult ForceDeleteChild(IBaseProjectInfo projectInfo);
Parameters
Description
IBaseProjectInfo projectInfo
The info of the project to be deleted.

Returns an IResult with an OperationCode. If the OperationCode was accepted, the project was deleted.

Copyright ORGADATA AG © 2023. All rights reserved.