FileDownloadInfo 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
FileDownloadInfo() |
Initializes a new instance of the FileDownloadInfo class. |
FileDownloadInfo(String, String, String, Object) |
Initializes a new instance of the FileDownloadInfo class. |
FileDownloadInfo()
Initializes a new instance of the FileDownloadInfo class.
public FileDownloadInfo ();
Public Sub New ()
Applies to
FileDownloadInfo(String, String, String, Object)
Initializes a new instance of the FileDownloadInfo class.
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
File download url.
- uniqueId
- String
Unique Id for the file.
- fileType
- String
Type of file.
- etag
- Object
ETag for the file.