Click or drag to resize
IDeliveryBuilder.SetCustomData Method
Sets custom data under given key.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
void SetCustomData(
	string key,
	Object data
)

Parameters

key
Type: System.String
The Key
data
Type: System.Object
Custom data.
See Also