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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public bool Contains(
	IEnumerable<int> productAttributeIds
)

Parameters

productAttributeIds
Type: System.Collections.GenericIEnumerableInt32
The product option IDs.

Return Value

Type: Boolean
See Also