CustomizedPageStatus Enumeration
Specifies the customization status of a Web page.
Namespace: [Webs Web service]
Web service reference: http://Site/_vti_bin/Webs.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration CustomizedPageStatus
'Usage
Dim instance As CustomizedPageStatus
[SerializableAttribute]
public enum CustomizedPageStatus
Members
Member name | Description | |
---|---|---|
None | The page was never cached. Value is 0. | |
Uncustomized | The page is cached and has not been customized. Value is 1. | |
Customized | The page was cached but has been customized. Value is 2. |
Remarks
To access the CustomizedPageStatus service and its methods, set a Web reference to https://Server_Name/[sites/][Site_Name/]_vti_bin/Webs.asmx.