Share via


CardViewParameters.SignInCardViewParameters Method

Definition

Helper method to create a Sign In Card View.

public static Microsoft.Bot.Schema.SharePoint.CardViewParameters SignInCardViewParameters (Microsoft.Bot.Schema.SharePoint.CardBarComponent cardBar, Microsoft.Bot.Schema.SharePoint.CardTextComponent header, Microsoft.Bot.Schema.SharePoint.CardTextComponent body, Microsoft.Bot.Schema.SharePoint.CardButtonComponent footer);
static member SignInCardViewParameters : Microsoft.Bot.Schema.SharePoint.CardBarComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * Microsoft.Bot.Schema.SharePoint.CardButtonComponent -> Microsoft.Bot.Schema.SharePoint.CardViewParameters
Public Shared Function SignInCardViewParameters (cardBar As CardBarComponent, header As CardTextComponent, body As CardTextComponent, footer As CardButtonComponent) As CardViewParameters

Parameters

cardBar
CardBarComponent

Card bar component.

header
CardTextComponent

Text component to display as header.

body
CardTextComponent

Text component to display as body.

footer
CardButtonComponent

Complete Sign in button.

Returns

Card view configuration.

Applies to