SP.CustomizedPageStatus enumeration
Specifies the cache and customization status for a page.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
var SP.CustomizedPageStatus = {customized : "Undefined",none : "Undefined",uncustomized : "Undefined",registerEnum : "Undefined"}
The CustomizedPageStatus object enumeration has the following members.
|
Member |
Value |
Description |
|---|---|---|
|
customized |
2 |
Enumeration whose values specify that the page was cached and has been customized. |
|
none |
0 |
Enumeration whose values specify that the page was never cached. |
|
uncustomized |
1 |
Enumeration whose values specify that the page is cached and has not been customized. |
|
registerEnum |
Undefined |
|