Search Results for

    Show / Hide Table of Contents

    Class QuickView

    Representation of ACE QuickView

    Inheritance
    object
    QuickView
    Inherited Members
    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 QuickView

    Properties

    Data

    Serialized data to be used with quick view template

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

    DisplayName

    Display name of the quick view

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

    Id

    Identificator of the quick view

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

    Template

    Serialized Adaptive Card template

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

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