AbstractImportExportSettingsIsObjectTypeProcessed Method |
Check if the object with specified code name is processed.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also