Click or drag to resize

CheckExtensibilityDetailRemoveAll Method (String, String)

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: 18.2
Syntax
C#
public abstract int RemoveAll(
	string applicationName,
	string dataName
)

Parameters

applicationName
Type: SystemString
dataName
Type: SystemString

Return Value

Type: Int32
See Also