AttachmentData Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
AttachmentData() | |
AttachmentData(String, String, Byte[], Byte[]) |
AttachmentData()
public AttachmentData ();
Public Sub New ()
Van toepassing op
AttachmentData(String, String, Byte[], Byte[])
public AttachmentData (string type = default, string name = default, byte[] originalBase64 = default, byte[] thumbnailBase64 = default);
new Microsoft.Bot.Connector.AttachmentData : string * string * byte[] * byte[] -> Microsoft.Bot.Connector.AttachmentData
Public Sub New (Optional type As String = Nothing, Optional name As String = Nothing, Optional originalBase64 As Byte() = Nothing, Optional thumbnailBase64 As Byte() = Nothing)
Parameters
- type
- String
- name
- String
- originalBase64
- Byte[]
- thumbnailBase64
- Byte[]