Click or drag to resize
SKUInfoProviderGetDefaultNeedsShippingFlagInternal 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#
protected virtual bool GetDefaultNeedsShippingFlagInternal(
	SKUProductTypeEnum representation
)

Parameters

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

Return Value

Type: Boolean
See Also