Compartir a través de


del método PublishingService.GetObjectStatus

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 GetObjectStatus ( _
    objectUrl As String _
) As PublishingObjectStatus
'Uso
Dim instance As PublishingService
Dim objectUrl As String
Dim returnValue As PublishingObjectStatus

returnValue = instance.GetObjectStatus(objectUrl)
[WebMethodAttribute]
public PublishingObjectStatus GetObjectStatus(
    string objectUrl
)

Parámetros

Valor devuelto

Tipo: Microsoft.SharePoint.Publishing.PublishingObjectStatus

Vea también

Referencia

clase PublishingService

Miembros PublishingService

Espacio de nombres Microsoft.SharePoint.Publishing.WebServices

GetObjectStatusCollection

GetObjectStatusCollectionWithExclusions

PublishingService