Click or drag to resize

ExternalDataItem Constructor

Initializes a new instance of the ExternalDataItem class

Namespace:  Resto.Front.Api.Data.Common
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public ExternalDataItem(
	string value,
	bool isPublic
)

Parameters

value
Type: SystemString
External data value. Max length - 32000 chars.
isPublic
Type: SystemBoolean
Whether the external data item should be sent to Instance server then can be available in OLAP report and via Instance API. 'false' means that the external data item will be stored in Syrve POS during order lifetime and can be obtained via Syrve POS API.
See Also