Class QuickView
Representation of ACE QuickView
Inheritance
System.Object
QuickView
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class QuickView : object
Representation of ACE QuickView
public class QuickView : object
Serialized data to be used with quick view template
public string Data { get; set; }
System.String
|
Display name of the quick view
public string DisplayName { get; set; }
System.String
|
Identificator of the quick view
public string Id { get; set; }
System.String
|
Serialized Adaptive Card template
public string Template { get; set; }
System.String
|