Click or drag to resize

CheckExtensibilityDetailFind(String, String) Method

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

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

Parameters

applicationName  String
 
dataName  String
 

Return Value

ArrayList
See Also