ExternalDataItem Constructor |
Namespace: Resto.Front.Api.Data.CommonAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic ExternalDataItem(
string value,
bool isPublic
)
Parameters
- value String
- External data value. Max length - 32000 chars.
- isPublic Boolean
- 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