Search Results for

    Show / Hide Table of Contents

    Class CardDesignerProps

    Card designer ACE properties

    Inheritance
    object
    ACEProperties
    CardDesignerProps
    Inherited Members
    ACEProperties.AceData
    ACEProperties.Title
    ACEProperties.Description
    ACEProperties.IconProperty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class CardDesignerProps : ACEProperties

    Properties

    CardButtonActions

    Describes actions on card buttons clicked

    Declaration
    [JsonPropertyName("cardButtonActions")]
    public List<ButtonAction> CardButtonActions { get; set; }
    Property Value
    List<ButtonAction>

    CardIconSourceType

    Icon source type of the card

    Declaration
    [JsonPropertyName("cardIconSourceType")]
    public int CardIconSourceType { get; set; }
    Property Value
    int

    CardImageSourceType

    Image source type of the card

    Declaration
    [JsonPropertyName("cardImageSourceType")]
    public int CardImageSourceType { get; set; }
    Property Value
    int

    CardSelectionAction

    Describes action on card clicked

    Declaration
    [JsonPropertyName("cardSelectionAction")]
    public AdaptiveCardAction CardSelectionAction { get; set; }
    Property Value
    AdaptiveCardAction

    CurrentQuickViewIndex

    Current card quick view index

    Declaration
    [JsonPropertyName("currentQuickViewIndex")]
    public int CurrentQuickViewIndex { get; set; }
    Property Value
    int

    CustomImageSettings

    Card icon image settings

    Declaration
    [JsonPropertyName("cardIconCustomImageSettings")]
    public CustomImageSettings CustomImageSettings { get; set; }
    Property Value
    CustomImageSettings

    DataType

    Card data type

    Declaration
    [JsonPropertyName("dataType")]
    public string DataType { get; set; }
    Property Value
    string

    GraphRequestUrl

    Microsoft Graph request url for the card

    Declaration
    [JsonPropertyName("graphRequestUrl")]
    public string GraphRequestUrl { get; set; }
    Property Value
    string

    NumberCardButtonActions

    The number of buttons that will be rendered by ACE

    Declaration
    [JsonPropertyName("numberCardButtonActions")]
    public int NumberCardButtonActions { get; set; }
    Property Value
    int

    PrimaryText

    Card primary text

    Declaration
    [JsonPropertyName("primaryText")]
    public string PrimaryText { get; set; }
    Property Value
    string

    QuickViewConfigured

    Returns true if ACE should use QuickView

    Declaration
    [JsonPropertyName("isQuickViewConfigured")]
    public bool QuickViewConfigured { get; set; }
    Property Value
    bool

    QuickViews

    Lists of supported QuickViews

    Declaration
    [JsonPropertyName("quickViews")]
    public List<QuickView> QuickViews { get; set; }
    Property Value
    List<QuickView>

    RequestUrl

    Request url for the card

    Declaration
    [JsonPropertyName("requestUrl")]
    public string RequestUrl { get; set; }
    Property Value
    string

    SPRequestUrl

    SharePoint request url for the card

    Declaration
    [JsonPropertyName("spRequestUrl")]
    public string SPRequestUrl { get; set; }
    Property Value
    string

    TemplateType

    Represents type of the Card primaryText, heading or image

    Declaration
    [JsonPropertyName("templateType")]
    public string TemplateType { get; set; }
    Property Value
    string

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer