PublishingWeb.IterateOverAllPages método
Iterates over all PublishingPage objects in the current PublishingWeb object and processes each PublishingPage by using the given delegate.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Public Sub IterateOverAllPages ( _
callToProcessPublishingPage As PublishingWeb.ProcessPublishingPage _
)
'Uso
Dim instance As PublishingWeb
Dim callToProcessPublishingPage As PublishingWeb.ProcessPublishingPage
instance.IterateOverAllPages(callToProcessPublishingPage)
public void IterateOverAllPages(
PublishingWeb.ProcessPublishingPage callToProcessPublishingPage
)
Parâmetros
callToProcessPublishingPage
Tipo: Microsoft.SharePoint.Publishing.PublishingWeb.ProcessPublishingPageThe delegate to process the PublishingPage object.