Class CardDesignerProps
Card designer ACE properties
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class CardDesignerProps : ACEProperties
Card designer ACE properties
public class CardDesignerProps : ACEProperties
Describes actions on card buttons clicked
public List<ButtonAction> CardButtonActions { get; set; }
PnP.Core.Model.SharePoint.List<ButtonAction>
|
Icon source type of the card
public int CardIconSourceType { get; set; }
System.Int32
|
Image source type of the card
public int CardImageSourceType { get; set; }
System.Int32
|
Describes action on card clicked
public AdaptiveCardAction CardSelectionAction { get; set; }
AdaptiveCardAction
|
Current card quick view index
public int CurrentQuickViewIndex { get; set; }
System.Int32
|
Card icon image settings
public CustomImageSettings CustomImageSettings { get; set; }
CustomImageSettings
|
Card data type
public string DataType { get; set; }
System.String
|
Microsoft Graph request url for the card
public string GraphRequestUrl { get; set; }
System.String
|
The number of buttons that will be rendered by ACE
public int NumberCardButtonActions { get; set; }
System.Int32
|
Card primary text
public string PrimaryText { get; set; }
System.String
|
Returns true if ACE should use QuickView
public bool QuickViewConfigured { get; set; }
System.Boolean
|
Lists of supported QuickViews
public List<QuickView> QuickViews { get; set; }
PnP.Core.Model.SharePoint.List<QuickView>
|
Request url for the card
public string RequestUrl { get; set; }
System.String
|
SharePoint request url for the card
public string SPRequestUrl { get; set; }
System.String
|
Represents type of the Card primaryText, heading or image
public string TemplateType { get; set; }
System.String
|