Click or drag to resize

ItemHelperGetItems Method

Gets the items by ids for specified language.

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 List<Item> GetItems(
	List<Guid> itemIds,
	Guid languageId
)

Parameters

itemIds
Type: System.Collections.GenericListGuid
The list of item ids.
languageId
Type: SystemGuid
The language id.

Return Value

Type: ListItem
List of items.
See Also