AttachmentInfo 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
AttachmentInfo() | |
AttachmentInfo(String, String, IList<AttachmentView>) |
AttachmentInfo()
public AttachmentInfo ();
Public Sub New ()
Applies to
AttachmentInfo(String, String, IList<AttachmentView>)
public AttachmentInfo (string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.AttachmentView> views = default);
new Microsoft.Bot.Connector.AttachmentInfo : string * string * System.Collections.Generic.IList<Microsoft.Bot.Connector.AttachmentView> -> Microsoft.Bot.Connector.AttachmentInfo
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional views As IList(Of AttachmentView) = Nothing)
Parameters
- name
- String
- type
- String
- views
- IList<AttachmentView>