SP.Publishing.PublishingPageInformation object (sp.publishing)

Used as an input parameter for methods that create SP.Publishing.PublishingPage object (sp.publishing) objects.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Publishing.PublishingPageInformation()

Members

The PublishingPageInformation object has the following members.

Properties

The PublishingPageInformation object has the following properties.

Property

Description

folder

The SP.Folder object (sp.js) object in which the SP.Publishing.PublishingPage object (sp.publishing) should be created, or null if a folder should not be used.

name

The name for a SP.Publishing.PublishingPage object (sp.publishing), or null if a default name should be used.

pageLayoutListItem

The SP.ListItem object (sp.js) of the page layout to use for the SP.Publishing.PublishingPage object (sp.publishing), or null if the default page layout should be used.

typeId

Constructor

The PublishingPageInformation object has the following constructor.

Constructor

Description

PublishingPageInformation

Initializes a new instance of the SP.Publishing.PublishingPageInformation object.