FileConsentCardResponse.UploadInfo Property
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.
Gets or sets if the user accepted the file, contains information about the file to be uploaded.
public Microsoft.Bot.Schema.Teams.FileUploadInfo UploadInfo { get; set; }
member this.UploadInfo : Microsoft.Bot.Schema.Teams.FileUploadInfo with get, set
Public Property UploadInfo As FileUploadInfo
Property Value
The information about the file to be uploaded.