| SiteImportSettingsIsIncluded Method (String, Boolean) | 
            Check if object type is included in the package.
            
 
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntaxpublic bool IsIncluded(
	string objectType,
	bool siteObjects
)
Parameters
- objectType
 - Type: SystemString
Type of the object - siteObjects
 - Type: SystemBoolean
Indicates if the object is site dependent 
Return Value
Type: 
Boolean
See Also