Compartir a través de


del método PublishingService.GetObjectStatusCollectionWithExclusions

Este miembro está reservado para uso interno y no debe usarse directamente desde el código.

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebServices
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
<WebMethodAttribute> _
Public Function GetObjectStatusCollectionWithExclusions ( _
    objectUrls As String(), _
    thisPageUrl As String _
) As Collection(Of PublishingObjectStatus)
'Uso
Dim instance As PublishingService
Dim objectUrls As String()
Dim thisPageUrl As String
Dim returnValue As Collection(Of PublishingObjectStatus)

returnValue = instance.GetObjectStatusCollectionWithExclusions(objectUrls, _
    thisPageUrl)
[WebMethodAttribute]
public Collection<PublishingObjectStatus> GetObjectStatusCollectionWithExclusions(
    string[] objectUrls,
    string thisPageUrl
)

Parámetros

  • objectUrls
    Tipo: []

Valor devuelto

Tipo: System.Collections.ObjectModel.Collection<PublishingObjectStatus>

Vea también

Referencia

clase PublishingService

Miembros PublishingService

Espacio de nombres Microsoft.SharePoint.Publishing.WebServices

GetObjectStatus

GetObjectStatusCollection

PublishingService