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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public virtual SKUAllowedOptionInfo Get(
	int skuId,
	int skuOptionId
)

Parameters

skuId
Type: SystemInt32
Product ID.
skuOptionId
Type: SystemInt32
Product option ID.

Return Value

Type: SKUAllowedOptionInfo
Returns an instance of SKUAllowedOptionInfo corresponding to given identifiers or null.

Implements

ISKUAllowedOptionInfoProviderGet(Int32, Int32)
See Also