FileDownloadInfo 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
FileDownloadInfo() |
Initialiseert een nieuw exemplaar van de FileDownloadInfo klasse. |
FileDownloadInfo(String, String, String, Object) |
Initialiseert een nieuw exemplaar van de FileDownloadInfo klasse. |
FileDownloadInfo()
Initialiseert een nieuw exemplaar van de FileDownloadInfo klasse.
public FileDownloadInfo ();
Public Sub New ()
Van toepassing op
FileDownloadInfo(String, String, String, Object)
Initialiseert een nieuw exemplaar van de FileDownloadInfo klasse.
public FileDownloadInfo (string downloadUrl = default, string uniqueId = default, string fileType = default, object etag = default);
new Microsoft.Bot.Schema.Teams.FileDownloadInfo : string * string * string * obj -> Microsoft.Bot.Schema.Teams.FileDownloadInfo
Public Sub New (Optional downloadUrl As String = Nothing, Optional uniqueId As String = Nothing, Optional fileType As String = Nothing, Optional etag As Object = Nothing)
Parameters
- downloadUrl
- String
Download-URL voor bestand.
- uniqueId
- String
Unieke id voor het bestand.
- fileType
- String
Type bestand.
- etag
- Object
ETag voor het bestand.