ProductAttributeSetContains Method (IEnumerableInt32) |
Determines whether this ProductAttributeSet [contains] [the specified product options].
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public bool Contains(
IEnumerable<int> productAttributeIds
)
Parameters
- productAttributeIds
- Type: System.Collections.GenericIEnumerableInt32
The product option IDs.
Return Value
Type:
BooleanSee Also