Search Results for

    Show / Hide Table of Contents

    Class CardDesignerProps

    Card designer ACE properties

    Inheritance
    System.Object
    ACEProperties
    CardDesignerProps
    Inherited Members
    ACEProperties.AceData
    ACEProperties.Title
    ACEProperties.Description
    ACEProperties.IconProperty
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class CardDesignerProps : ACEProperties

    Properties

    CardButtonActions

    Describes actions on card buttons clicked

    Declaration
    public List<ButtonAction> CardButtonActions { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<ButtonAction>

    CardIconSourceType

    Icon source type of the card

    Declaration
    public int CardIconSourceType { get; set; }
    Property Value
    System.Int32

    CardImageSourceType

    Image source type of the card

    Declaration
    public int CardImageSourceType { get; set; }
    Property Value
    System.Int32

    CardSelectionAction

    Describes action on card clicked

    Declaration
    public AdaptiveCardAction CardSelectionAction { get; set; }
    Property Value
    AdaptiveCardAction

    CurrentQuickViewIndex

    Current card quick view index

    Declaration
    public int CurrentQuickViewIndex { get; set; }
    Property Value
    System.Int32

    CustomImageSettings

    Card icon image settings

    Declaration
    public CustomImageSettings CustomImageSettings { get; set; }
    Property Value
    CustomImageSettings

    DataType

    Card data type

    Declaration
    public string DataType { get; set; }
    Property Value
    System.String

    GraphRequestUrl

    Microsoft Graph request url for the card

    Declaration
    public string GraphRequestUrl { get; set; }
    Property Value
    System.String

    NumberCardButtonActions

    The number of buttons that will be rendered by ACE

    Declaration
    public int NumberCardButtonActions { get; set; }
    Property Value
    System.Int32

    PrimaryText

    Card primary text

    Declaration
    public string PrimaryText { get; set; }
    Property Value
    System.String

    QuickViewConfigured

    Returns true if ACE should use QuickView

    Declaration
    public bool QuickViewConfigured { get; set; }
    Property Value
    System.Boolean

    QuickViews

    Lists of supported QuickViews

    Declaration
    public List<QuickView> QuickViews { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<QuickView>

    RequestUrl

    Request url for the card

    Declaration
    public string RequestUrl { get; set; }
    Property Value
    System.String

    SPRequestUrl

    SharePoint request url for the card

    Declaration
    public string SPRequestUrl { get; set; }
    Property Value
    System.String

    TemplateType

    Represents type of the Card primaryText, heading or image

    Declaration
    public string TemplateType { get; set; }
    Property Value
    System.String

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