ItemHelperCacheItems Method |
Caches items which are retreived from the database.
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 void CacheItems(
IList<Item> items,
Guid languageId
)
Public Shared Sub CacheItems (
items As IList(Of Item),
languageId As Guid
)
public:
static void CacheItems(
IList<Item^>^ items,
Guid languageId
)
static member CacheItems :
items : IList<Item> *
languageId : Guid -> unit
Parameters
- items
- Type: System.Collections.GenericIListItem
The items. - languageId
- Type: SystemGuid
The language identifier.
See Also