Click or drag to resize
ProductAttributeSetContains Method (Int32)
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(
	int productAttributeId
)

Parameters

productAttributeId
Type: SystemInt32
The product option ID.

Return Value

Type: Boolean
See Also