Initializes a new instance of the MessageAttachment class
Namespace: WorkZone.Dispatcher.Base.Messages
Assembly: WorkZone.Dispatcher.Base_23.3.0.0 (in WorkZone.Dispatcher.Base_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public MessageAttachment( string name, byte[] data, string contentType, string recordId = null )
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],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.String,System.String)"]
- contentType
- Type: SystemString
[Missing <param name="contentType"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.String,System.String)"]
- recordId (Optional)
- Type: SystemString
[Missing <param name="recordId"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.String,System.String)"]
See Also