Webs.GetCustomizedPageStatus method

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

Namespace:  WebSvcWebs
Assembly:  STSSOAP (in STSSOAP.dll)

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: WebSvcWebs.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

WebSvcWebs namespace