PublishingWeb.GetPagesListId Method
Returns ID of the pages list in which PublishingPage objects are stored for this PublishingWeb object.
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
Visual Basic (Declaration)
Public Shared Function GetPagesListId ( _ web As SPWeb _ ) As Guid
Visual Basic (Usage)
Dim web As SPWeb Dim returnValue As Guid returnValue = PublishingWeb.GetPagesListId(web)
C#
public static Guid GetPagesListId( SPWeb web )
Parameters
- web
- Type: Microsoft.SharePoint.SPWeb
The Web for which to get the pages list.
Remarks
If the Web is not a PublishingWeb, the application throws an exception.
Examples
GetPagesListId
See Also
