Click or drag to resize

CfdCustomContent Constructor

Initializes a new instance of the CfdCustomContent class

Namespace: Micros.PosCore.Common.Classes.CustomerFacingDisplay
Assembly: PosCommonClasses (in PosCommonClasses.dll) Version: 19.8
Syntax
C#
public CfdCustomContent(
	CfdCustomContentCustomContentTarget target,
	string name = "",
	string extension = "",
	byte[] data = null
)

Parameters

target  CfdCustomContentCustomContentTarget
 
name  String  (Optional)
 
extension  String  (Optional)
 
data  Byte  (Optional)
 
See Also