del método PublishingService.GetObjectStatusCollection
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 GetObjectStatusCollection ( _
objectUrls As String() _
) As Collection(Of PublishingObjectStatus)
'Uso
Dim instance As PublishingService
Dim objectUrls As String()
Dim returnValue As Collection(Of PublishingObjectStatus)
returnValue = instance.GetObjectStatusCollection(objectUrls)
[WebMethodAttribute]
public Collection<PublishingObjectStatus> GetObjectStatusCollection(
string[] objectUrls
)
Parámetros
- objectUrls
Tipo: []
Valor devuelto
Tipo: System.Collections.ObjectModel.Collection<PublishingObjectStatus>
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.Publishing.WebServices