Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Ecommerce Namespaces
CMS.Ecommerce
DefaultDeliveryBuilder Class
DefaultDeliveryBuilder Methods
AddContainerToCustomData Method
AddItem Method
AddItems Method
BuildDelivery Method
CreateDeliveryItem Method
EnsureDefaultValues Method
GetItemCustomDataContainers Method
InitCustomData Method
InitItemCustomData Method
SetCustomData Method
SetDeliveryAddress Method
SetFromCalculationRequest Method
SetShippingDate Method
SetShippingOption Method
SetWeight Method
DefaultDeliveryBuilder
SetCustomData Method
Sets custom data under the given key.
Namespace:
CMS.Ecommerce
Assembly:
CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
Copy
public
void
SetCustomData
(
string
key
,
Object
data
)
Parameters
key
Type:
System
String
The key.
data
Type:
System
Object
Custom data to be stored under given
key
.
Implements
IDeliveryBuilder
SetCustomData(String, Object)
See Also
Reference
DefaultDeliveryBuilder Class
CMS.Ecommerce Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com