Click or drag to resize
SKUAllowedOptionInfoProviderSetSKUOptionInfo Method
Sets relationship between specified product and option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetSKUOptionInfo(
	SKUAllowedOptionInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceSKUAllowedOptionInfo
Product-option relationship to be set.
See Also