Click or drag to resize
SiteImportSettingsIsIncluded Method (String, Boolean)
Check if object type is included in the package.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also