Click or drag to resize

ItemHelperGetItemsByCategory Method

Gets the items by category.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static IList<Item> GetItemsByCategory(
	string category,
	Guid languageId
)

Parameters

category
Type: SystemString
The category.
languageId
Type: SystemGuid
The language id.

Return Value

Type: IListItem
List of items.
See Also