PublishingService.GetObjectStatus 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 GetObjectStatus ( _
objectUrl As String _
) As PublishingObjectStatus
'Usage
Dim instance As PublishingService
Dim objectUrl As String
Dim returnValue As PublishingObjectStatus
returnValue = instance.GetObjectStatus(objectUrl)
[WebMethodAttribute]
public PublishingObjectStatus GetObjectStatus(
string objectUrl
)
Parameters
- objectUrl
Type: System.String
Return Value
Type: Microsoft.SharePoint.Publishing.PublishingObjectStatus
See Also
Reference
Microsoft.SharePoint.Publishing.WebServices Namespace