Search Results for

    Show / Hide Table of Contents

    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

    Declaration
    public List<QuickLink> Items { get; set; }
    Property Value
    List<QuickLink>

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer