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: 8.0.0.0 (8.1.5347.20411)
Parameters
- parent
- Type: CMS.DataEngine BaseInfo
Parent to check
Return Value
Type: BooleanSee Also