Table of Contents

Class QuickView

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Representation of ACE QuickView

public class QuickView
Inheritance
QuickView
Inherited Members

Properties

Data

Serialized data to be used with quick view template

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

Property Value

string

DisplayName

Display name of the quick view

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

Property Value

string

Id

Identificator of the quick view

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

Property Value

string

Template

Serialized Adaptive Card template

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

Property Value

string