Share via


PublishingService.GetObjectStatusCollectionWithExclusions 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 GetObjectStatusCollectionWithExclusions ( _
    objectUrls As String(), _
    thisPageUrl As String _
) As Collection(Of PublishingObjectStatus)
'Usage
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
)

Parameters

  • objectUrls
    Type: []

Return Value

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

See Also

Reference

PublishingService Class

PublishingService Members

Microsoft.SharePoint.Publishing.WebServices Namespace

GetObjectStatus

GetObjectStatusCollection

PublishingService