Click or drag to resize

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

Initializes a new instance of the MessageAttachment class

Namespace: WorkZone.Dispatcher.Base.Messages
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public MessageAttachment(
	string name,
	byte[] data,
	DateTime date,
	string contentType,
	string recordId
)

Parameters

name  String

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

data  Byte

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

date  DateTime

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

contentType  String

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

recordId  String

[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