You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core.Interfaces Namespace > Interfaces > ICoreObjectWithChildren<TChild, TChildInfo> Interface > ICoreObjectWithChildren<TChild, TChildInfo> Methods > ICoreObjectWithChildren<TChild, TChildInfo>.DeleteChild Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ICoreObjectWithChildren<TChild, TChildInfo>.DeleteChild Method

Deletes a child based on the child info.

Syntax
C#
void DeleteChild(TChildInfo childInfo, bool forceDelete = false);
Parameters
Description
TChildInfo childInfo
The info of the child to be deleted.
bool forceDelete = false
Indicates whether the child should be completely deleted.
Copyright © 2021 Orgadata AG. All rights reserved.