Click or drag to resize
VariantOptionInfoProviderGet 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#
public virtual 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.

Implements

IVariantOptionInfoProviderGet(Int32, Int32)
See Also