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 iikoRMS server then can be available in OLAP report and via iikoRMS API. 'false' means that the external data item will be stored in iikoFront during order lifetime and can be obtained via iikoFront API.
See Also