Click or drag to resize
SiteImportSettingsIsIncluded Method (String)
Check if object type (site or global) 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
)

Parameters

objectType
Type: SystemString
Type of the object

Return Value

Type: Boolean
See Also