FileUploadInfo Class
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.
Information about the file to be uploaded.
public class FileUploadInfo
type FileUploadInfo = class
Public Class FileUploadInfo
- Inheritance
-
FileUploadInfo
Constructors
FileUploadInfo() |
Initializes a new instance of the FileUploadInfo class. |
FileUploadInfo(String, String, String, String, String) |
Initializes a new instance of the FileUploadInfo class. |
Properties
ContentUrl |
Gets or sets URL to file. |
FileType |
Gets or sets type of the file. |
Name |
Gets or sets name of the file. |
UniqueId |
Gets or sets ID that uniquely identifies the file. |
UploadUrl |
Gets or sets URL to an upload session that the bot can use to set the file contents. |