Click or drag to resize
ProductAttributeSetCategoryIDs Property
Gets the category IDs for specified product options.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public IEnumerable<int> CategoryIDs { get; }

Property Value

Type: IEnumerableInt32
The category IDs.
See Also