PublishingWeb.PagesListName Property
Gets or sets the URL name of the pages list in which PublishingPage objects are stored for this PublishingWeb object.
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Property Value
Type: System.StringThe URL name of the pages list in which PublishingPage objects are stored for this PublishingWeb object.
"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.
- 4/10/2012
- Chris Herdt