Class SiteFooterLink
Defines a Footer Link for the target site
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class SiteFooterLink : BaseModel, IProvisioningTemplateDescendant
Defines a Footer Link for the target site
public class SiteFooterLink : BaseModel, IProvisioningTemplateDescendant
Constructor for SiteFooter
public SiteFooterLink()
Defines the DisplayName for the Footer Link for the target site
public String DisplayName { get; set; }
String
|
Defines a collection of children Footer Link for the current Footer Link (which represents an header)
public SiteFooterLinkCollection FooterLinks { get; }
SiteFooterLinkCollection
|
Defines the URL for the Footer Link for the target site
public String Url { get; set; }
String
|
Compares SiteFooterLink object based on FooterLinks, DisplayName, and Url
public bool Equals(SiteFooterLink other)
SiteFooterLink
other
SiteFooterLink Class object |
System.Boolean
true if the SiteFooterLink object is equal to the current object; otherwise, false. |
Compares object with SiteFooterLink class
public override bool Equals(object obj)
System.Object
obj
Object that represents SiteFooterLink |
System.Boolean
Checks whether object is SiteFooterLink class |
Gets the hash code
public override int GetHashCode()
System.Int32
Returns HashCode |