Class QuickLinksWebPartProperties
Inheritance
System.Object
QuickLinksWebPartProperties
Namespace: PnP.Framework.Modernization.Transform
Assembly: PnP.Framework.dll
Syntax
public class QuickLinksWebPartProperties : object
Constructors
QuickLinksWebPartProperties()
Declaration
public QuickLinksWebPartProperties()
Properties
AddToPageScreenReaderLabel
Declaration
public string AddToPageScreenReaderLabel { get; set; }
Property Value
System.String
|
BaseUrl
Declaration
public string BaseUrl { get; set; }
Property Value
System.String
|
ButtonLayoutOptions
Declaration
public ButtonLayoutOptions ButtonLayoutOptions { get; set; }
Property Value
ButtonLayoutOptions
|
DataProviderId
Declaration
public string DataProviderId { get; set; }
Property Value
System.String
|
HideWebPartWhenEmpty
Declaration
public bool? HideWebPartWhenEmpty { get; set; }
Property Value
System.Nullable<System.Boolean>
|
IsMigrated
Declaration
public bool IsMigrated { get; set; }
Property Value
System.Boolean
|
Items
LayoutId
Declaration
public string LayoutId { get; set; }
Property Value
System.String
|
ListLayoutOptions
Declaration
public ListLayoutOptions ListLayoutOptions { get; set; }
Property Value
ListLayoutOptions
|
ShouldShowThumbnail
Declaration
public bool ShouldShowThumbnail { get; set; }
Property Value
System.Boolean
|
SiteId
Declaration
public string SiteId { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
WaffleLayoutOptions
Declaration
public WaffleLayoutOptions WaffleLayoutOptions { get; set; }
Property Value
WaffleLayoutOptions
|
WebId
Declaration
public string WebId { get; set; }
Property Value
System.String
|