MessageAttachment Constructor (String, Byte, DateTime, String, String)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the MessageAttachment class

Namespace:  WorkZone.Dispatcher.Base.Messages
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public MessageAttachment(
	string name,
	byte[] data,
	DateTime date,
	string contentType,
	string recordId
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]

date
Type: SystemDateTime

[Missing <param name="date"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]

contentType
Type: SystemString

[Missing <param name="contentType"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]

recordId
Type: SystemString

[Missing <param name="recordId"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]

See Also

Reference