Click or drag to resize
OptionCategoryInfoProviderGetOptionCategoriesInternal Method
Returns query for all option categories for specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<OptionCategoryInfo> GetOptionCategoriesInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryOptionCategoryInfo
See Also