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; }
| 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; }
| 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; }
| bool |
Show the topic header in the title region
bool ShowTopicHeader { get; set; }
| bool |
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; }
| string |