Click or drag to resize

ItemHelperGetItem Method (Guid, Guid)

Gets the item by id 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 Item GetItem(
	Guid itemId,
	Guid languageId
)

Parameters

itemId
Type: SystemGuid
The item id.
languageId
Type: SystemGuid
The language id.

Return Value

Type: Item
Requested item.
See Also