ItemHelperGetItem Method (Guid, Boolean) | 
 
            Gets the item by id where the language is not important (first selected language is taken).
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.BusinessLogic
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntaxpublic static Item GetItem(
	Guid itemId,
	bool useCache
)
Public Shared Function GetItem ( 
	itemId As Guid,
	useCache As Boolean
) As Item
public:
static Item^ GetItem(
	Guid itemId, 
	bool useCache
)
static member GetItem : 
        itemId : Guid * 
        useCache : bool -> Item 
Parameters
- itemId
 - Type: SystemGuid
The item id. - useCache
 - Type: SystemBoolean
If set to true item cache should be used. 
Return Value
Type: 
Item
            Requested item.
            
See Also