Search Results for

    Show / Hide Table of Contents

    Class SiteFooterLink

    Defines a Footer Link for the target site

    Inheritance
    System.Object
    BaseModel
    SiteFooterLink
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class SiteFooterLink : BaseModel, IProvisioningTemplateDescendant

    Constructors

    SiteFooterLink()

    Constructor for SiteFooter

    Declaration
    public SiteFooterLink()

    Properties

    DisplayName

    Defines the DisplayName for the Footer Link for the target site

    Declaration
    public String DisplayName { get; set; }
    Property Value
    String

    FooterLinks

    Defines a collection of children Footer Link for the current Footer Link (which represents an header)

    Declaration
    public SiteFooterLinkCollection FooterLinks { get; }
    Property Value
    SiteFooterLinkCollection

    Url

    Defines the URL for the Footer Link for the target site

    Declaration
    public String Url { get; set; }
    Property Value
    String

    Methods

    Equals(SiteFooterLink)

    Compares SiteFooterLink object based on FooterLinks, DisplayName, and Url

    Declaration
    public bool Equals(SiteFooterLink other)
    Parameters
    SiteFooterLink other

    SiteFooterLink Class object

    Returns
    System.Boolean

    true if the SiteFooterLink object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with SiteFooterLink class

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents SiteFooterLink

    Returns
    System.Boolean

    Checks whether object is SiteFooterLink class

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    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