Click or drag to resize
SiteExportSettingsIsExportedObjectType Method
Returns true if the given object type is exported type (root type).

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static bool IsExportedObjectType(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: Boolean
See Also