Click or drag to resize

IOperationServiceGetOrderAllExternalData Method

Returns all external data of order. Use [!:AddOrderExternalData] to add the data in order.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyDictionary<string, string> GetOrderAllExternalData(
	IOrder order,
	bool publicDataOnly = false
)

Parameters

order  IOrder
 
publicDataOnly  Boolean  (Optional)
If true then method will return dictionary with externalData, which isPublic = true.

Return Value

IReadOnlyDictionaryString, String
See Also