Click or drag to resize

DllEntryListAdd Method

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public void Add(
	string filename,
	byte[] dataBlob,
	long contentDataID,
	bool writeToHandlers
)

Parameters

filename
Type: SystemString
dataBlob
Type: SystemByte
contentDataID
Type: SystemInt64
writeToHandlers
Type: SystemBoolean
See Also