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: []
- thisPageUrl
Tipo: System.String
Valor devuelto
Tipo: System.Collections.ObjectModel.Collection<PublishingObjectStatus>
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.Publishing.WebServices