PublishingWeb.ProcessPublishingPage representante
Um delegado para processar um PublishingPage.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Public Delegate Sub ProcessPublishingPage ( _
page As PublishingPage _
)
'Uso
Dim instance As New ProcessPublishingPage(AddressOf HandlerMethod)
public delegate void ProcessPublishingPage(
PublishingPage page
)
Parâmetros
page
Tipo: Microsoft.SharePoint.Publishing.PublishingPagepágina de @param a PublishingPage para serem processados.
Comentários
Este delegado é usado como um parâmetro de passagem de PublishingWeb.IterateOverAllPages(ProcessPublishingPage).