Click or drag to resize
ImportObjectTypeFilterIsIncludedType Method
Returns true if the given type info is included in import.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public bool IsIncludedType(
	ObjectTypeInfo typeInfo
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Object type info

Return Value

Type: Boolean

Implements

IObjectTypeFilterIsIncludedType(ObjectTypeInfo)
See Also