FileInfoCard 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
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.