SP.Publishing.PublishingPageInformation.name property (sp.publishing)

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

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

var value = SP.Publishing.PublishingPageInformation.get_name()
SP.Publishing.PublishingPageInformation.set_name(value)

Return value

Type: String

The name for a PublishingPage.

Remarks

Defaults to null.