FileProperties 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.
public class FileProperties : Microsoft.Teams.Cards.SerializableObject
type FileProperties = class
inherit SerializableObject
Public Class FileProperties
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| FileProperties() | |
Properties
| Name | Description |
|---|---|
| Extension | |
| Key | |
| Name | |
| Url | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithExtension(String) | |
| WithKey(String) | |
| WithName(String) | |
| WithUrl(String) | |