Click or drag to resize
ImportExportHelperIsEcommerceObjectType Method
Returns true if object type is from e-commerce module.

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

Parameters

objectType
Type: SystemString
Type of the object

Return Value

Type: Boolean
See Also