IVariantOptionInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax VariantOptionInfo Get(
int skuVariantId,
int skuOptionId
)
Parameters
- skuVariantId
- Type: SystemInt32
Product variant ID. - skuOptionId
- Type: SystemInt32
Product option ID.
Return Value
Type:
VariantOptionInfoReturns an instance of
VariantOptionInfo corresponding to given identifiers or null.
See Also