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
)
Public Shared Function GetItems (
itemIds As List(Of Guid),
languageId As Guid
) As List(Of Item)
public:
static List<Item^>^ GetItems(
List<Guid>^ itemIds,
Guid languageId
)
static member GetItems :
itemIds : List<Guid> *
languageId : Guid -> List<Item>
Parameters
- itemIds
- Type: System.Collections.GenericListGuid
The list of item ids. - languageId
- Type: SystemGuid
The language id.
Return Value
Type:
ListItemList of items.
See Also