Click or drag to resize
IObjectTypeFilterIsChildIncludedToParent Method
Indicates whether given type info is a child processed together with its parent, hence should be ignored in the output.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
bool IsChildIncludedToParent(
	ObjectTypeInfo childTypeInfo
)

Parameters

childTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Child type info

Return Value

Type: Boolean
See Also