CardSearchFooterComponent 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.
Adaptive Card Extension search footer component.
public class CardSearchFooterComponent : Microsoft.Bot.Schema.SharePoint.BaseCardComponent
type CardSearchFooterComponent = class
inherit BaseCardComponent
Public Class CardSearchFooterComponent
Inherits BaseCardComponent
- Inheritance
Constructors
CardSearchFooterComponent() |
Initializes a new instance of the CardSearchFooterComponent class. |
Properties
Id |
Gets or sets optional unique identifier of the component's instance. (Inherited from BaseCardComponent) |
ImageInitials |
Gets or sets the initials to display in the image area when there is no image. |
ImageUrl |
Gets or sets url to the image to use, should be a square aspect ratio and big enough to fit in the image area. |
OnSelection |
Gets or sets action to invoke when the footer is selected. |
Text |
Gets or sets the primary text to display. For example, name of the person for people search. |
Title |
Gets or sets the title to display. |