BaseInfoGeneralizedInfoWrapperIsChildOf Method |
Returns true if the object is child of the given object. If parameter parent is null, returns true only if the object is not a child of any object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool IsChildOf(
BaseInfo parent
)
Parameters
- parent
- Type: CMS.DataEngineBaseInfo
Parent to check
Return Value
Type:
BooleanSee Also