Click or drag to resize
IVariantOptionInfoProviderGet Method (Int32, Int32)
Gets an instance of the VariantOptionInfo binding structure.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
VariantOptionInfo Get(
	int skuVariantId,
	int skuOptionId
)

Parameters

skuVariantId
Type: SystemInt32
Product variant ID.
skuOptionId
Type: SystemInt32
Product option ID.

Return Value

Type: VariantOptionInfo
Returns an instance of VariantOptionInfo corresponding to given identifiers or null.
See Also