Click or drag to resize
SKUAllowedOptionInfoProviderGetSKUOptionInfo Method
Returns relationship between specified product and option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static SKUAllowedOptionInfo GetSKUOptionInfo(
	int productId,
	int optionId
)

Parameters

productId
Type: SystemInt32
Product ID (SKUID).
optionId
Type: SystemInt32
Product option ID (SKUID).

Return Value

Type: SKUAllowedOptionInfo
See Also