Attachment Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Attachment() | |
Attachment(String, String, Object, String, String) |
Attachment()
public Attachment ();
Public Sub New ()
Applies to
Attachment(String, String, Object, String, String)
public Attachment (string contentType = default, string contentUrl = default, object content = default, string name = default, string thumbnailUrl = default);
new Microsoft.Bot.Connector.Attachment : string * string * obj * string * string -> Microsoft.Bot.Connector.Attachment
Public Sub New (Optional contentType As String = Nothing, Optional contentUrl As String = Nothing, Optional content As Object = Nothing, Optional name As String = Nothing, Optional thumbnailUrl As String = Nothing)
Parameters
- contentType
- String
- contentUrl
- String
- content
- Object
- name
- String
- thumbnailUrl
- String