Click or drag to resize

MessageAttachment(String, Byte, 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,
	string contentType,
	string recordId = null
)

Parameters

name  String

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

data  Byte

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

contentType  String

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

recordId  String  (Optional)

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

See Also