แชร์ผ่าน


FileUploadInfo Class

Definition

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.

Applies to