Class TranslatedClientSidePage
Defines a Translated ClientSidePage
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class TranslatedClientSidePage : BaseClientSidePage, IProvisioningTemplateDescendant
Constructors
TranslatedClientSidePage()
Constructor for TranslatedClientSidePage class
Declaration
public TranslatedClientSidePage()
Properties
LCID
Defines the Locale ID of a Localization Language
Declaration
public int LCID { get; set; }
Property Value
System.Int32
|
PageName
Defines the page name for a single ClientSidePage
Declaration
public String PageName { get; set; }
Property Value
String
|
Methods
EqualsInherited(BaseClientSidePage)
Compares TranslatedClientSidePage object based on LCID, and PageName
Declaration
protected override bool EqualsInherited(BaseClientSidePage other)
Parameters
BaseClientSidePage
other
TranslatedClientSidePage Class object |
Returns
System.Boolean
true if the TranslatedClientSidePage object is equal to the current object; otherwise, false. |
Overrides
GetInheritedHashCode()
Gets the hash code
Declaration
protected override int GetInheritedHashCode()
Returns
System.Int32
Returns HashCode |