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

Checks this ICoreObjectWithChildren is a parent of the given ICoreObject.

Syntax
C#
bool IsParentOf(ICoreObject coreObject);
Parameters
Description
ICoreObject coreObject
The given ICoreObject to be checked.

Returns whether this ICoreObjectWithChildren is a parent of the given ICoreObject.

Copyright © 2019. All rights reserved.