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

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.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