Click or drag to resize
SKUOptionCategoryInfoProviderGetSKUOptionCategoryInfo Method (Int32)
Returns specified relationship between the given category and SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static SKUOptionCategoryInfo GetSKUOptionCategoryInfo(
	int relationshipId
)

Parameters

relationshipId
Type: SystemInt32
Category-SKU relationship ID.

Return Value

Type: SKUOptionCategoryInfo
See Also