Search Results for

    Show / Hide Table of Contents

    Class ACEProperties

    Represents common properties of ACEs

    Inheritance
    System.Object
    ACEProperties
    CardDesignerProps
    TeamsACEProperties
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class ACEProperties : object

    Properties

    AceData

    Shared Adaptive Card properties

    Declaration
    public ACEData AceData { get; }
    Property Value
    ACEData

    Description

    ACE Description

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

    IconProperty

    ACE Icon property - usually a link to icon

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

    Title

    ACE Title

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

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