Click or drag to resize

CheckExtensibilityDetailRemoveAll(String, String) Method

Removes all extensibility detail on the current guest check with matching application and data name.

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public abstract int RemoveAll(
	string applicationName,
	string dataName
)

Parameters

applicationName  String
 
dataName  String
 

Return Value

Int32
See Also