InternationalsHelperPreCacheShopInternationals Method |
Precaches shop internationals.
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 PreCacheShopInternationals(
Guid shopId
)
Public Shared Sub PreCacheShopInternationals (
shopId As Guid
)
public:
static void PreCacheShopInternationals(
Guid shopId
)
static member PreCacheShopInternationals :
shopId : Guid -> unit
Parameters
- shopId
- Type: SystemGuid
The shop identifier.
See Also