Interface IPageHeader
Class that implements the modern page header
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IPageHeader
Class that implements the modern page header
public interface IPageHeader
Alternative text for the header image
string AlternativeText { get; set; }
System.String
|
Page author byline
string AuthorByLine { get; set; }
System.String
|
Id of the page author
int AuthorByLineId { get; set; }
System.Int32
|
Page author(s) to be displayed
string Authors { get; set; }
System.String
|
Server relative link to page header image, set to null for default header image. Note: image needs to reside in the current site
string ImageServerRelativeUrl { get; set; }
System.String
|
Type of layout used inside the header
PageHeaderLayoutType LayoutType { get; set; }
PageHeaderLayoutType
|
Show the page publication date in the title region
bool ShowPublishDate { get; set; }
System.Boolean
|
Show the topic header in the title region
bool ShowTopicHeader { get; set; }
System.Boolean
|
Alignment of the title in the header
PageHeaderTitleAlignment TextAlignment { get; set; }
PageHeaderTitleAlignment
|
The topic header text to show if ShowTopicHeader is set to true
string TopicHeader { get; set; }
System.String
|
Image focal point X coordinate
double? TranslateX { get; set; }
System.Nullable<System.Double>
|
Image focal point Y coordinate
double? TranslateY { get; set; }
System.Nullable<System.Double>
|