Click or drag to resize
AbstractImportExportSettingsIsObjectTypeProcessed Method
Check if the object with specified code name is processed.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public bool IsObjectTypeProcessed(
	string objectType,
	bool siteObjects,
	ProcessObjectEnum processType
)

Parameters

objectType
Type: SystemString
Type of the objects
siteObjects
Type: SystemBoolean
Indicates if the objects are site dependent
processType
Type: CMS.CMSImportExportProcessObjectEnum
Explicitly set process type of the object type (Use ProcessObjectEnum.Default as default settings)

Return Value

Type: Boolean
See Also