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

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax
C#
public bool IsIncludedType(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type name

Return Value

Type: Boolean

Implements

IObjectTypeFilterIsIncludedType(String)
See Also