FileUploadInfo 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
FileUploadInfo() |
Initialiseert een nieuw exemplaar van de FileUploadInfo klasse. |
FileUploadInfo(String, String, String, String, String) |
Initialiseert een nieuw exemplaar van de FileUploadInfo klasse. |
FileUploadInfo()
Initialiseert een nieuw exemplaar van de FileUploadInfo klasse.
public FileUploadInfo ();
Public Sub New ()
Van toepassing op
FileUploadInfo(String, String, String, String, String)
Initialiseert een nieuw exemplaar van de FileUploadInfo klasse.
public FileUploadInfo (string name = default, string uploadUrl = default, string contentUrl = default, string uniqueId = default, string fileType = default);
new Microsoft.Bot.Schema.Teams.FileUploadInfo : string * string * string * string * string -> Microsoft.Bot.Schema.Teams.FileUploadInfo
Public Sub New (Optional name As String = Nothing, Optional uploadUrl As String = Nothing, Optional contentUrl As String = Nothing, Optional uniqueId As String = Nothing, Optional fileType As String = Nothing)
Parameters
- name
- String
Naam van het bestand.
- uploadUrl
- String
URL naar een uploadsessie die de bot kan gebruiken om de inhoud van het bestand in te stellen.
- contentUrl
- String
URL naar bestand.
- uniqueId
- String
Id die het bestand uniek identificeert.
- fileType
- String
Type van het bestand.