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
QueryMode
Declaration
public string QueryMode { get; set; }
Property Value
System.String
|
SiteId
Declaration
public string SiteId { get; set; }
Property Value
System.String
|
Sites
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
|