Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the cache and customization status for a page.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CustomizedPageStatus
'Usage
Dim instance As CustomizedPageStatus
[FlagsAttribute]
public enum CustomizedPageStatus
Members
Member name | Description | |
---|---|---|
None | Enumeration whose values specify that the page was never cached. The value = 0. | |
Uncustomized | Enumeration whose values specify that the page is cached and has not been customized. The value = 1. | |
Customized | Enumeration whose values specify that the page was cached and has been customized. The value = 2. |