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

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

Parameters

key
Type: SystemString
The Key
data
Type: SystemObject
Custom data.
See Also