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
DisplayName
Display name of the quick view
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Property Value
Id
Identificator of the quick view
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Template
Serialized Adaptive Card template
[JsonPropertyName("template")]
public string Template { get; set; }