Share via


PublishingService.GetObjectStatusCollection Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetObjectStatusCollection ( _
    objectUrls As String() _
) As Collection(Of PublishingObjectStatus)
'Usage
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
)

Parameters

  • objectUrls
    Type: []

Return Value

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

See Also

Reference

PublishingService Class

PublishingService Members

Microsoft.SharePoint.Publishing.WebServices Namespace

GetObjectStatus

GetObjectStatusCollectionWithExclusions

PublishingService