Share via


FileInfoCard Constructors

Definition

Overloads

FileInfoCard()

Initializes a new instance of the FileInfoCard class.

FileInfoCard(String, String, Object)

Initializes a new instance of the FileInfoCard class.

FileInfoCard()

Initializes a new instance of the FileInfoCard class.

public FileInfoCard ();
Public Sub New ()

Applies to

FileInfoCard(String, String, Object)

Initializes a new instance of the FileInfoCard class.

public FileInfoCard (string uniqueId = default, string fileType = default, object etag = default);
new Microsoft.Bot.Schema.Teams.FileInfoCard : string * string * obj -> Microsoft.Bot.Schema.Teams.FileInfoCard
Public Sub New (Optional uniqueId As String = Nothing, Optional fileType As String = Nothing, Optional etag As Object = Nothing)

Parameters

uniqueId
String

Unique Id for the file.

fileType
String

Type of file.

etag
Object

ETag for the file.

Applies to