AbstractImportExportSettings IsObjectTypeProcessed Method Kentico 8.1 API Reference
Check if the object with specified code name is processed.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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

Return Value

Type: OnlineBoolean
See Also