PageLayoutCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Publishing.PageLayoutCreationInformation", ServerTypeId="{d36987c1-ddf0-4e73-8b1a-e7e444ef3d3f}", ValueObject=true)]
public class PageLayoutCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type PageLayoutCreationInformation = class
    inherit ClientValueObject
Public Class PageLayoutCreationInformation
Inherits ClientValueObject
Inheritance
PageLayoutCreationInformation
Attributes

Constructors

PageLayoutCreationInformation()

Properties

AssociatedContentTypeId
MasterPageUrl
NewPageLayoutEditablePath
NewPageLayoutNameWithoutExtension
TypeId
Web

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to