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

Deletes a project based on the project info. The project will be deleted permanently and without user interaction.

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

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

Copyright ORGADATA AG © 2023. All rights reserved.