Class ClientSidePage
Defines a ClientSidePage
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class ClientSidePage : BaseClientSidePage, IProvisioningTemplateDescendant
Constructors
ClientSidePage()
Constructor for ClientSidePage class
Declaration
public ClientSidePage()
Properties
CreateTranslations
Defines whether to create translations of the current Client Side Page
Declaration
public bool CreateTranslations { get; set; }
Property Value
System.
|
LCID
Defines the Locale ID of a Localization Language
Declaration
public int LCID { get; set; }
Property Value
System.
|
PageName
Defines the Page Name of the Client Side Page, required attribute.
Declaration
public String PageName { get; set; }
Property Value
String
|
Translations
Gets or sets the translations
Declaration
public TranslatedClientSidePageCollection Translations { get; }
Property Value
Methods
EqualsInherited(BaseClientSidePage)
Compares ClientSidePage object based on PageName, CreateTranslations, and Translations
Declaration
protected override bool EqualsInherited(BaseClientSidePage other)
Parameters
Base ClientSidePage Class object |
Returns
System. true if the ClientSidePage object is equal to the current object; otherwise, false. |
Overrides
GetInheritedHashCode()
Gets the hash code
Declaration
protected override int GetInheritedHashCode()
Returns
System. Returns HashCode |