Click or drag to resize

CheckExtensibilityDetailFind Method (String, String)

Returns ArrayList of extensibility detail for the applicationName with the indicated dataName

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public abstract ArrayList Find(
	string applicationName,
	string dataName
)

Parameters

applicationName
Type: SystemString
dataName
Type: SystemString

Return Value

Type: ArrayList
See Also