ECommerceSettingsAllowGlobalShippingOptions Method |
Note: This API is now obsolete.
Indicates if global shipping options are allowed.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Shippings options are available only for site since version 8.2")]
public static bool AllowGlobalShippingOptions(
SiteInfoIdentifier siteIdentifier
)
Parameters
- siteIdentifier
- Type: CMS.DataEngineSiteInfoIdentifier
Code name or ID of the site. Use null or empty string for global setting
Return Value
Type:
BooleanSee Also