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)
Syntax
C#
public CfdCustomContent(
	CfdCustomContentCustomContentTarget target,
	string name = "",
	string extension = "",
	byte[] data = null
)

Parameters

target
Type: Micros.PosCore.Common.Classes.CustomerFacingDisplayCfdCustomContentCustomContentTarget
name (Optional)
Type: SystemString
extension (Optional)
Type: SystemString
data (Optional)
Type: SystemByte
See Also