Click or drag to resize

IOperationServiceAddOrUpdateCustomData Method

Adds or updates custom data.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void AddOrUpdateCustomData(
	string key,
	string value
)

Parameters

key
Type: SystemString
value
Type: SystemString
See Also