AttachmentData Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AttachmentData() | |
AttachmentData(String, String, Byte[], Byte[]) |
AttachmentData()
public AttachmentData ();
Public Sub New ()
S’applique à
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)
Paramètres
- type
- String
- name
- String
- originalBase64
- Byte[]
- thumbnailBase64
- Byte[]