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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
bool IsBindingIncludedToParent(
	ObjectTypeInfo bindingTypeInfo
)

Parameters

bindingTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Binding type info

Return Value

Type: Boolean
See Also