ProductAttributeSetContains Method (SKUInfo) |
Determines whether this ProductAttributeSet [contains] [the specified product option].
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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