ItemHelperGetItemByIdWithInternationals Method |
Gets the item by id.
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 GetItemByIdWithInternationals(
Guid itemId,
Guid languageId
)
Public Shared Function GetItemByIdWithInternationals (
itemId As Guid,
languageId As Guid
) As Item
public:
static Item^ GetItemByIdWithInternationals(
Guid itemId,
Guid languageId
)
static member GetItemByIdWithInternationals :
itemId : Guid *
languageId : Guid -> Item
Parameters
- itemId
- Type: SystemGuid
The item id. - languageId
- Type: SystemGuid
The language id.
Return Value
Type:
ItemRequested item.
See Also