Search Results for

    Show / Hide Table of Contents

    Class ContentRollupWebPartProperties

    Inheritance
    System.Object
    ContentRollupWebPartProperties
    Namespace: PnP.Framework.Modernization.Transform
    Assembly: PnP.Framework.dll
    Syntax
    public class ContentRollupWebPartProperties : object

    Constructors

    ContentRollupWebPartProperties()

    Declaration
    public ContentRollupWebPartProperties()

    Properties

    AddToPageScreenReaderLabel

    Declaration
    public string AddToPageScreenReaderLabel { get; set; }
    Property Value
    System.String

    AudienceTarget

    Declaration
    public bool AudienceTarget { get; set; }
    Property Value
    System.Boolean

    BaseUrl

    Declaration
    public string BaseUrl { get; set; }
    Property Value
    System.String

    Caml

    Declaration
    public string Caml { get; set; }
    Property Value
    System.String

    DataProviderId

    Declaration
    public string DataProviderId { get; set; }
    Property Value
    System.String

    DisplayMaps

    Declaration
    public string DisplayMaps { get; set; }
    Property Value
    System.String

    DocumentLibrarySortField

    Declaration
    public string DocumentLibrarySortField { get; set; }
    Property Value
    System.String

    HideWebPartWhenEmpty

    Declaration
    public bool? HideWebPartWhenEmpty { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    IsAdvancedFilterMode

    Declaration
    public bool? IsAdvancedFilterMode { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    IsDefaultDocumentLibrary

    Declaration
    public bool? IsDefaultDocumentLibrary { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    IsSeeAllPage

    Declaration
    public bool? IsSeeAllPage { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    LastListId

    Declaration
    public string LastListId { get; set; }
    Property Value
    System.String

    LayoutId

    Declaration
    public string LayoutId { get; set; }
    Property Value
    System.String

    ListId

    Declaration
    public string ListId { get; set; }
    Property Value
    System.String

    ListTitle

    Declaration
    public string ListTitle { get; set; }
    Property Value
    System.String

    MaxItemsPerPage

    Declaration
    public int? MaxItemsPerPage { get; set; }
    Property Value
    System.Nullable<System.Int32>

    Query

    Declaration
    public SearchQuery Query { get; set; }
    Property Value
    SearchQuery

    QueryMode

    Declaration
    public string QueryMode { get; set; }
    Property Value
    System.String

    SiteId

    Declaration
    public string SiteId { get; set; }
    Property Value
    System.String

    Sites

    Declaration
    public List<SiteMetadata> Sites { get; set; }
    Property Value
    List<SiteMetadata>

    TemplateId

    Declaration
    public ContentRollupLayout? TemplateId { get; set; }
    Property Value
    System.Nullable<ContentRollupLayout>

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    System.String

    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