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

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

Parameters

bundleId
Type: SystemInt32
Bundle ID.
skuId
Type: SystemInt32
Product ID.

Return Value

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

Implements

IBundleInfoProviderGet(Int32, Int32)
See Also