SiteImportSettingsIsIncluded Method (String, Boolean) |
Check if object type is included in the package.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax public 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:
BooleanSee Also