Click or drag to resize
EnumerationObjectTypeFilterIsBindingIncludedToParent 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: 10.0.0
Syntax
C#
public bool IsBindingIncludedToParent(
	ObjectTypeInfo bindingTypeInfo
)

Parameters

bindingTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Binding type info

Return Value

Type: Boolean

Implements

IObjectTypeFilterIsBindingIncludedToParent(ObjectTypeInfo)
See Also