Click or drag to resize
ECommerceSettingsAllowGlobalShippingOptions Method

Note: This API is now obsolete.

Indicates if global shipping options are allowed.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
[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: Boolean
See Also