Click or drag to resize
BaseInfoIsChildOf 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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual bool IsChildOf(
	BaseInfo parent
)

Parameters

parent
Type: CMS.DataEngineBaseInfo
Parent to check

Return Value

Type: Boolean
See Also