FileUploadInfo 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
FileUploadInfo() |
Initializes a new instance of the FileUploadInfo class. |
FileUploadInfo(String, String, String, String, String) |
Initializes a new instance of the FileUploadInfo class. |
FileUploadInfo()
Initializes a new instance of the FileUploadInfo class.
public FileUploadInfo ();
Public Sub New ()
Applies to
FileUploadInfo(String, String, String, String, String)
Initializes a new instance of the FileUploadInfo class.
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
Name of the file.
- uploadUrl
- String
URL to an upload session that the bot can use to set the file contents.
- contentUrl
- String
URL to file.
- uniqueId
- String
ID that uniquely identifies the file.
- fileType
- String
Type of the file.