Click or drag to resize
SKUInfoProviderGetDefaultNeedsShippingFlag Method
Returns default value of NeedsShipping flag for given representation of product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool GetDefaultNeedsShippingFlag(
	SKUProductTypeEnum representation
)

Parameters

representation
Type: CMS.EcommerceSKUProductTypeEnum
Product representation to get default value for.

Return Value

Type: Boolean
See Also