Search Results for

    Show / Hide Table of Contents

    Interface IPageHeader

    Class that implements the modern page header

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IPageHeader

    Properties

    AlternativeText

    Alternative text for the header image

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

    AuthorByLine

    Page author byline

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

    AuthorByLineId

    Id of the page author

    Declaration
    int AuthorByLineId { get; set; }
    Property Value
    System.Int32

    Authors

    Page author(s) to be displayed

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

    ImageServerRelativeUrl

    Server relative link to page header image, set to null for default header image. Note: image needs to reside in the current site

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

    LayoutType

    Type of layout used inside the header

    Declaration
    PageHeaderLayoutType LayoutType { get; set; }
    Property Value
    PageHeaderLayoutType

    ShowPublishDate

    Show the page publication date in the title region

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

    ShowTopicHeader

    Show the topic header in the title region

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

    TextAlignment

    Alignment of the title in the header

    Declaration
    PageHeaderTitleAlignment TextAlignment { get; set; }
    Property Value
    PageHeaderTitleAlignment

    TopicHeader

    The topic header text to show if ShowTopicHeader is set to true

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

    TranslateX

    Image focal point X coordinate

    Declaration
    double? TranslateX { get; set; }
    Property Value
    System.Nullable<System.Double>

    TranslateY

    Image focal point Y coordinate

    Declaration
    double? TranslateY { get; set; }
    Property Value
    System.Nullable<System.Double>

    Type

    Returns the type of header

    Declaration
    PageHeaderType Type { get; }
    Property Value
    PageHeaderType

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer