Click or drag to resize

CheckExtensibilityDetailUpdate Method (String, String, String, String)

Add or updates extensibility detail on the current guest check. This is used when only a single extensibility detail should exists on the guest check.

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public abstract int Update(
	string applicationName,
	string displayText,
	string dataName,
	string data
)

Parameters

applicationName
Type: SystemString
displayText
Type: SystemString
dataName
Type: SystemString
data
Type: SystemString

Return Value

Type: Int32
See Also