Click or drag to resize
ProductAttributeSetContains Method (SKUInfo)
Determines whether this ProductAttributeSet [contains] [the specified product option].

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public bool Contains(
	SKUInfo productAttribute
)

Parameters

productAttribute
Type: CMS.EcommerceSKUInfo
The product option.

Return Value

Type: Boolean
True if this ProductAttributeSet [contains] [the specified product option]; otherwise, false.
See Also