This topic has not yet been rated - Rate this topic

PublishingWeb.PagesListName Property

Gets or sets the URL name of the pages list in which PublishingPage objects are stored for this PublishingWeb object.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
public string PagesListName { get; internal set; }

Property Value

Type: System.String
The URL name of the pages list in which PublishingPage objects are stored for this PublishingWeb object.

To save changes after setting this property, call the Update method.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
"PagesListName" is a ReadOnly property

FYI, although the documentation says that PublishingWeb.PagesListName "Gets or sets the URL name of the pages list," in PowerShell I get the error '"PagesListName" is a ReadOnly property' if I try to update the value.