Search Results for

    Show / Hide Table of Contents

    Class BaseClientSidePageHeader

    Inheritance
    System.Object
    BaseClientSidePageHeader
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class BaseClientSidePageHeader : object

    Constructors

    BaseClientSidePageHeader()

    Declaration
    public BaseClientSidePageHeader()

    Properties

    AlternativeText

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

    AuthorByLine

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

    AuthorByLineId

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

    AuthorByLineIdSpecified

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

    Authors

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

    LayoutType

    Declaration
    public BaseClientSidePageHeaderLayoutType LayoutType { get; set; }
    Property Value
    BaseClientSidePageHeaderLayoutType

    LayoutTypeSpecified

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

    ServerRelativeImageUrl

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

    ShowPublishDate

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

    ShowPublishDateSpecified

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

    ShowTopicHeader

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

    ShowTopicHeaderSpecified

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

    TextAlignment

    Declaration
    public BaseClientSidePageHeaderTextAlignment TextAlignment { get; set; }
    Property Value
    BaseClientSidePageHeaderTextAlignment

    TopicHeader

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

    TranslateX

    Declaration
    public double TranslateX { get; set; }
    Property Value
    System.Double

    TranslateXSpecified

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

    TranslateY

    Declaration
    public double TranslateY { get; set; }
    Property Value
    System.Double

    TranslateYSpecified

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

    Type

    Declaration
    public BaseClientSidePageHeaderType Type { get; set; }
    Property Value
    BaseClientSidePageHeaderType

    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