Search Results for

    Show / Hide Table of Contents

    Class QuickView

    Representation of ACE QuickView

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

    Properties

    Data

    Serialized data to be used with quick view template

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

    DisplayName

    Display name of the quick view

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

    Id

    Identificator of the quick view

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

    Template

    Serialized Adaptive Card template

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

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