Click or drag to resize
ImportObjectTypeFilter Class
Filter excluding object types according to the import/export configuration in each object type info.
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportImportObjectTypeFilter

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax
C#
public class ImportObjectTypeFilter : IObjectTypeFilter

The ImportObjectTypeFilter type exposes the following members.

Constructors
  NameDescription
Public methodImportObjectTypeFilter
Top
Methods
  NameDescription
Public methodIsBindingIncludedToParent
Indicates whether given type info is a binding processed together with its parent, hence should be ignored in the output.
Public methodIsChildIncludedToParent
Indicates whether given type info is a child processed together with its parent, hence should be ignored in the output.
Public methodIsIncludedType
Returns true if the given type info is included in import.
Top
See Also