PublishingWeb.DefaultPagesListName Property
Gets the default URL name that is used for the pages list in the existing locale for this PublishingWeb object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DefaultPagesListName As String
Get
'Usage
Dim value As String
value = PublishingWeb.DefaultPagesListName
public static string DefaultPagesListName { get; }
Property Value
Type: System.String
The default URL name that is used for the pages list in the existing locale.
Remarks
This value is the default URL name for the pages list, if it has not been overridden. To get the actual pages list URL name for a PublishingWeb object, use the PagesListName property or the GetPagesListNamemethod instead.