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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static bool AllowCombineSiteAndGlobal(
string objectType
)
Parameters
- objectType
- Type: SystemString
Type of ecommerce object to get settings value for.
Return Value
Type:
BooleanSee Also