Class SiteFooter
Defines the Footer settings for the target site
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class SiteFooter : BaseModel, IProvisioningTemplateDescendant
Defines the Footer settings for the target site
public class SiteFooter : BaseModel, IProvisioningTemplateDescendant
Constructor for SiteFooter
public SiteFooter()
Defines the Background Emphasis of the Header
public Emphasis BackgroundEmphasis { get; set; }
Emphasis
|
Defines the Display Name for the footer, optional attribute
public string DisplayName { get; set; }
System.String
|
Defines whether the site Footer is enabled or not
public Boolean Enabled { get; set; }
Boolean
|
Defines the Footer Links for the target site
public SiteFooterLinkCollection FooterLinks { get; }
SiteFooterLinkCollection
|
Defines the Layout of the Footer
public SiteFooterLayout Layout { get; set; }
SiteFooterLayout
|
Defines the Logo to render in the Footer
public String Logo { get; set; }
String
|
Defines the name of the footer. Only visible if "NameVisiblity" has been set to true.
public string Name { get; set; }
System.String
|
Defines whether the existing site Footer links should be removed
public Boolean RemoveExistingNodes { get; set; }
Boolean
|
Compares SiteFooter object based on Logo, Name, RemoveExistingNodes, FooterLinks, Layout, and DisplayName
public bool Equals(SiteFooter other)
SiteFooter
other
SiteFooter Class object |
System.Boolean
true if the SiteFooter object is equal to the current object; otherwise, false. |
Compares object with SiteFooter class
public override bool Equals(object obj)
System.Object
obj
Object that represents SiteFooter |
System.Boolean
Checks whether object is SiteFooter class |
Gets the hash code
public override int GetHashCode()
System.Int32
Returns HashCode |