Click or drag to resize
ECommerceSettingsAllowCombineSiteAndGlobal Method
Indicates if ecommerce object of given type can be combined site and global within one site. False means that site can use only global or only site records.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static bool AllowCombineSiteAndGlobal(
	string objectType
)

Parameters

objectType
Type: SystemString
Type of ecommerce object to get settings value for.

Return Value

Type: Boolean
See Also