ProductAttributeSetContains Method (Int32) |
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(
int productAttributeId
)
Parameters
- productAttributeId
- Type: SystemInt32
The product option ID.
Return Value
Type:
BooleanSee Also