Click or drag to resize
AbstractImportExportSettingsIsProcessed 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 IsProcessed(
	string objectType,
	string codeName,
	bool siteObjects
)

Parameters

objectType
Type: SystemString
Type of the objects
codeName
Type: SystemString
Code name of the object
siteObjects
Type: SystemBoolean
Indicates if the objects are site dependent

Return Value

Type: Boolean
See Also