Class ClientSidePage
Inherited Members
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202002
Assembly: PnP.Framework.dll
Syntax
public class ClientSidePage : BaseClientSidePage
Constructors
ClientSidePage()
Declaration
public ClientSidePage()
Properties
CreateTranslations
Declaration
public bool CreateTranslations { get; set; }
Property Value
|
System.Boolean
|
LCID
Declaration
public int LCID { get; set; }
Property Value
|
System.Int32
|
LCIDSpecified
Declaration
public bool LCIDSpecified { get; set; }
Property Value
|
System.Boolean
|
PageName
Declaration
public string PageName { get; set; }
Property Value
|
System.String
|
Translations
Declaration
public TranslatedClientSidePage[] Translations { get; set; }
Property Value
|
TranslatedClientSidePage[]
|