Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets 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)
Syntax
'Declaration
Public ReadOnly Property PagesList As SPList
Get
'Usage
Dim instance As PublishingWeb
Dim value As SPList
value = instance.PagesList
public SPList PagesList { get; }
Property Value
Type: Microsoft.SharePoint.SPList
The pages list in which PublishingPage objects are stored for this PublishingWeb.