Class QuickView
Representation of ACE QuickView
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class QuickView
Representation of ACE QuickView
public class QuickView
Serialized data to be used with quick view template
[JsonPropertyName("data")]
public string Data { get; set; }
| string |
Display name of the quick view
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
| string |
Identificator of the quick view
[JsonPropertyName("id")]
public string Id { get; set; }
| string |
Serialized Adaptive Card template
[JsonPropertyName("template")]
public string Template { get; set; }
| string |