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: []
- thisPageUrl
Type: System.String
Return Value
Type: System.Collections.ObjectModel.Collection<PublishingObjectStatus>