Class SupportedUILanguage
Defines a single Supported UI Language for a site
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class SupportedUILanguage : BaseModel, IProvisioningTemplateDescendant
Properties
LCID
The Locale ID of a Supported UI Language
Declaration
public Int32 LCID { get; set; }
Property Value
Int32
|
Methods
Equals(SupportedUILanguage)
Compares SupportedUILanguage object based on LCID.
Declaration
public bool Equals(SupportedUILanguage other)
Parameters
SupportedUILanguage
other
SupportedUILanguage object |
Returns
System.Boolean
true if the SupportedUILanguage object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with SupportedUILanguage
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents SupportedUILanguage |
Returns
System.Boolean
true if the current object is equal to the SupportedUILanguage |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |