CustomizedPageStatus enumeration
SharePoint Online
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
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| 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. |
Show: