PublishingWeb.IterateOverAllPages method
SharePoint 2013
Iterates over all PublishingPage objects in the current PublishingWeb object and processes each PublishingPage by using the given delegate.
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
public void IterateOverAllPages( PublishingWeb.ProcessPublishingPage callToProcessPublishingPage )
Parameters
- callToProcessPublishingPage
- Type: Microsoft.SharePoint.Publishing.PublishingWeb.ProcessPublishingPage
The delegate to process the PublishingPage object.