Share via


Webs.GetCustomizedPageStatus Method

Gets the customization (also known as "ghosted") status of the file with the specified URL.

Namespace:  [Webs Web service]
Web service reference: http://Site/_vti_bin/Webs.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetCustomizedPageStatus", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetCustomizedPageStatus ( _
    fileUrl As String _
) As CustomizedPageStatus
'Usage
Dim instance As Webs
Dim fileUrl As String
Dim returnValue As CustomizedPageStatus

returnValue = instance.GetCustomizedPageStatus(fileUrl)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetCustomizedPageStatus", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public CustomizedPageStatus GetCustomizedPageStatus(
    string fileUrl
)

Parameters

Return Value

Type: [Webs Web service].CustomizedPageStatus
None = 0, // never uncustomized (ghosted)
Uncustomized = 1, // file is uncustomized (ghosted)
Customized = 2, // files is customized (unghosted)

See Also

Reference

Webs Class

Webs Members

Webs Web Service