public MessageAttachment(
string name,
byte[] data,
DateTime date,
string contentType,
string recordId
)
Public Sub New (
name As String,
data As Byte(),
date As DateTime,
contentType As String,
recordId As String
)
public:
MessageAttachment(
String^ name,
array<unsigned char>^ data,
DateTime date,
String^ contentType,
String^ recordId
)
new :
name : string *
data : byte[] *
date : DateTime *
contentType : string *
recordId : string -> MessageAttachment
[Missing <param name="name"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]
[Missing <param name="data"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]
[Missing <param name="date"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]
[Missing <param name="contentType"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]
[Missing <param name="recordId"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.MessageAttachment.#ctor(System.String,System.Byte[],System.DateTime,System.String,System.String)"]